Show / Hide Table of Contents

Class ContainmentType

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

Inheritance
System.Object
ContainmentType
Namespace: VRageMath
Assembly: VRage.Math.dll
Syntax
public sealed class ContainmentType : Enum

Fields

Contains

Indicates that one bounding volume completely contains the other.

Declaration
public const ContainmentType Contains
Field Value
Type Description
ContainmentType

Disjoint

Indicates there is no overlap between the bounding volumes.

Declaration
public const ContainmentType Disjoint
Field Value
Type Description
ContainmentType

Intersects

Indicates that the bounding volumes partially overlap.

Declaration
public const ContainmentType Intersects
Field Value
Type Description
ContainmentType

value__

Declaration
public int value__
Field Value
Type Description
System.Int32
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾