| Parameter | Description |
|---|---|
| point | Point to project onto the plane. |
float3 Projected point that's inside the plane.
Projects the given point onto the plane.
Plane must be normalized prior to calling this function. The result is the position closest to the point that still lies in the plane.