VRageMath
PlaneIntersectionType
Assembly: VRage.Math.dll
public enum PlaneIntersectionType
Describes the intersection between a plane and a bounding volume.
Fields
| Member | Description |
|---|---|
| Back | There is no intersection, and the bounding volume is in the negative half-space of the Plane. |
| Front | There is no intersection, and the bounding volume is in the positive half-space of the Plane. |
| Intersecting | The Plane is intersected. |