Enum ContainmentType
Indicates whether an object contains another object.
Namespace: JeremyAnsel.DirectX.DXMath.Collision
Assembly: JeremyAnsel.DirectX.DXMath.dll
Syntax
public enum ContainmentType
Fields
Name | Description |
---|---|
Contains | The object contains the specified object. |
Disjoint | The object does not contain the specified object. |
Intersects | The objects intersect. |