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))
Calculates the distance between a point and this Plane
The distance between the point and this Plane
The point to calculate the distance to
Projects the given point onto the Plane
The projected point on the Plane
The point to be projected onto the Plane
Generated using TypeDoc
Constructs a new Plane object