Properties
A constant initialized to the XY plane passing through the origin, with normal in positive Z.
A constant initialized to the YZ plane passing through the origin, with normal in positive X.
A constant initialized to the ZX plane passing through the origin, with normal in positive Y.
Functions
Creates a plane from the general equation
Creates a plane from a normal and a point on the plane.
Computes the signed shortest distance of a point to a plane. The sign of the distance determines which side of the plane the point is on. If the distance is positive, the point is in the half-space in the direction of the normal; if negative, the point is in the half-space opposite to the normal; if zero, the plane passes through the point.
Projects a point onto the plane.