|
Nebula
|
Static Public Member Functions | |
| static float | ClassifyPoint (ref Vector3 point, ref Plane plane) |
| Returns a value indicating what side (positive/negative) of a plane a point is. | |
| static float | PerpendicularDistance (ref Vector3 point, ref Plane plane) |
| Returns the perpendicular distance from a point to a plane. | |
Returns a value indicating what side (positive/negative) of a plane a point is.
| point | The point to check with |
| plane | The plane to check against |
Returns the perpendicular distance from a point to a plane.
| point | The point to check |
| plane | The place to check |