PlaneIntersectionType enumeration (directxcollision.h)

Indicates whether an object intersects a plane.

Syntax

typedef enum PlaneIntersectionType {
  FRONT = 0,
  INTERSECTING = 1,
  BACK = 2
} ;

Constants

 
FRONT
Value: 0
The object is in front of the plane.
INTERSECTING
Value: 1
The object intersects the plane.
BACK
Value: 2
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

Requirement Value
Header directxcollision.h

See also

DirectXMath Enumerations

Reference