Reference Library
ContainmentType Enumeration
NamespacesSlimDXContainmentType
This is preliminary documentation and is subject to change.
Describes how one bounding volume contains another.
Declaration Syntax
C#Visual BasicC++/CLI
public enum ContainmentType
Public Enumeration ContainmentType
public enum class ContainmentType
Members
MemberDescription
Intersects
The two bounding volumes overlap.

Disjoint
The two bounding volumes don't intersect at all.

Contains
One bounding volume completely contains another.

Assembly: SlimDX (Module: SlimDX)