VRageMath
ContainmentType
Assembly: VRage.Math.dll
public enum ContainmentType
Indicates the extent to which bounding volumes intersect or contain one another.
Fields
| Member | Description |
|---|---|
| Contains | Indicates that one bounding volume completely contains the other. |
| Disjoint | Indicates there is no overlap between the bounding volumes. |
| Intersects | Indicates that the bounding volumes partially overlap. |