VRageMath.ContainmentType - bimbam2103/space_engineers GitHub Wiki
← Index ← Namespace Index
public enum ContainmentType
Indicates the extent to which bounding volumes intersect or contain one another.
Namespace: VRageMath
Assembly: VRage.Math.dll
ContainmentType Contains
Indicates that one bounding volume completely contains the other.
ContainmentType Disjoint
Indicates there is no overlap between the bounding volumes.
ContainmentType Intersects
Indicates that the bounding volumes partially overlap.