ContainmentType enumeration
Indicates whether an object contains another object.
Syntax
enum ContainmentType {
DISJOINT = 0,
INTERSECTS = 1,
CONTAINS = 2
};
Constants
- DISJOINT
-
The object does not contain the specified object.
- INTERSECTS
-
The objects intersect.
- CONTAINS
-
The object contains the specified object.
Remarks
Namespace: Use DirectX
Platform Requirements
Microsoft Visual Studio 2010 or Microsoft Visual Studio 2012 with the Windows SDK for Windows 8. Supported for Win32 desktop apps, Windows Store apps, and Windows Phone 8 apps.
Requirements
|
Header |
|
|---|
See also
- Reference
- DirectXMath Enumerations
Show: