Constructs a new Plane object
The point on the plane (defaults to Vector3(0, 0, 0))
The normal vector of the plane (defaults to Vector3(0, 0, -1))
Returns the closest point on the plane to the point provided
The closest point to the input that lies within the Plane
The input point
Calculates the distance between a point and this Plane
The distance between the point and this Plane
The point to calculate the distance to
Generated using TypeDoc
Constructs a new Plane object