Representation of planes.
A plane is defined by a normal vector and distance from the origin to the plane.
| normal |
Normal vector of the plane. |
| distance |
Distance from the origin to the plane. |
| Plane |
|
| SetNormalAndPosition |
|
| Set3Points |
|
| GetDistanceToPoint |
|
| GetSide |
|
| SameSide |
|
| Raycast |
|