PlaneIntersectionType enumeration
Indicates whether an object intersects a plane.
Syntax
enum PlaneIntersectionType {
FRONT = 0,
INTERSECTING = 1,
BACK = 2
};
Constants
- FRONT
-
The object is in front of the plane.
- INTERSECTING
-
The object intersects the plane.
- BACK
-
The object is behind the plane.
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: