March 2017
Intermediate to advanced
480 pages
11h 3m
English
We have seen the plane equation before; a point is on a plane if the result of the plane equation is 0. To find the point on the plane closest to a test point, we must project the test point onto the normal of the plane. We then subtract this new vector from the test point to get the closest point:

We are going to implement two functions. The first function will test whether a point is on the surface of a plane using the plane equation. The second function will find the point on a plane closest to a given test point.
Perform the following steps to implement point tests for a plane:
PointOnPlane and ...Read now
Unlock full access