Creates a new plane. Defaults to a normal of [0,0,0] and constant of 0.
[0,0,0]
0
Values to assign to the plane.
A new plane.
Returns the perpendicular distance from the plane to the given point.
The plane.
The point to calculate distance from plane.
plane
A distance.
Creates a plane from a normal and an arbitrary point on a plane.
A normal.
A point on the plane.
Returns the point where the line intersects with this plane. If the line does not intersect, then undefined is returned. If the line is on the plane, then the starting point of the line is returned.
undefined
The plane to intersect.
The line to intersect.
An intersecting point on the plane and line.
Projects the given point onto the given plane.
point
The plane to project onto.
The point to project.
The projected point.
Creates a new plane. Defaults to a normal of
[0,0,0]
and constant of0
.