Plane.Closest
Vec3 Closest(Vec3 to)
Finds the closest point on this plane to the given point!
Vec3 to | The point you have that’s not necessarily on the plane. |
RETURNS: Vec3 | The point on the plane that’s closest to the ‘to’ parameter. |
Found an issue with these docs, or have some additional questions? Create an Issue on Github!