PlaneIntersectionType Enumeration

Indicates whether an object intersects a plane.

Syntax

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

Remarks

Namespace: Use DirectX

Constants

Constant Description
FRONT The object is in front of the plane.
INTERSECTING The object intersects the plane.
BACK The object is behind the plane.

Requirements

Header: Declared in directxcollision.h.