VRageMath.PlaneIntersectionType - bimbam2103/space_engineers GitHub Wiki
← Index ← Namespace Index
public enum PlaneIntersectionType
Describes the intersection between a plane and a bounding volume.
Namespace: VRageMath
Assembly: VRage.Math.dll
PlaneIntersectionType Back
There is no intersection, and the bounding volume is in the negative half-space of the Plane.
PlaneIntersectionType Front
There is no intersection, and the bounding volume is in the positive half-space of the Plane.
PlaneIntersectionType Intersecting
The Plane is intersected.