Irrlicht.NET

Box3D.classifyPlaneRelation Method 

Classifies a relation with a plane.

[Visual Basic]
Public Function classifyPlaneRelation( _
   ByVal plane As Plane3D _
) As IntersectionRelation3D
[C#]
public IntersectionRelation3D classifyPlaneRelation(
   Plane3D plane
);

Parameters

plane
Plane to classify relation to.

Return Value

Returns ISREL3D_FRONT if the box is in front of the plane, ISREL3D_BACK if the box is back of the plane, and ISREL3D_CLIPPED if is on both sides of the plane.

See Also

Box3D Class | Irrlicht.Core Namespace