VRageMath.ContainmentType - bimbam2103/space_engineers GitHub Wiki

IndexNamespace Index

ContainmentType Enum

public enum ContainmentType

Indicates the extent to which bounding volumes intersect or contain one another.

Namespace: VRageMath
Assembly: VRage.Math.dll

Fields

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.

⚠️ **GitHub.com Fallback** ⚠️