gl3n_extra.plane

Undocumented in source.

Public Imports

gl3n.plane
public import gl3n.plane;

Members

Functions

intersectsLine
bool intersectsLine(PlaneT!F plane, Vector!(F, 3) lineOrigin, Vector!(F, 3) lineVector, Vector!(F, 3) intersection)

Find the intersection between a plane and a line, if any.

planeFromPointNormal
PlaneT!F planeFromPointNormal(Vector!(F, 3) point, Vector!(F, 3) normal)

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

Meta