planeFromPointNormal

Construct a plane from a point on the plane and normal of the plane.

@safe pure nothrow @nogc
PlaneT!F
planeFromPointNormal
(
F
)
(
const Vector!(F, 3) point
,
const Vector!(F, 3) normal
)

Parameters

point
Type: Vector!(F, 3)

A point anywhere on the plane.

normal
Type: Vector!(F, 3)

Normal of the plane.

Meta