Skip to content
This repository has been archived by the owner on Oct 22, 2024. It is now read-only.

VRageMath.ContainmentType

Morten Aune Lyrstad edited this page Apr 16, 2022 · 37 revisions

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.

Clone this wiki locally