This funny bounding volume is an infinite plane that divides space into two regions: the part behind the normal, which is "inside" the bounding volume, and the part in front of the normal, which is "outside" the bounding volume. More...

Inheritance diagram for BoundingPlane:
GeometricBoundingVolume BoundingVolume TypedReferenceCount TypedObject ReferenceCount MemoryBase MemoryBase

List of all members.

Public Member Functions

 BoundingPlane ()
 Constructs an empty "plane" that has no intersections.
 BoundingPlane (PlaneBase const plane)
PlaneBase const getPlane ()
 operator new (unsigned int size)

Static Public Member Functions

static TypeHandle getClassType ()

Detailed Description

This funny bounding volume is an infinite plane that divides space into two regions: the part behind the normal, which is "inside" the bounding volume, and the part in front of the normal, which is "outside" the bounding volume.


Constructor & Destructor Documentation

Constructs an empty "plane" that has no intersections.

BoundingPlane ( PlaneBase const  plane)

Member Function Documentation

static TypeHandle getClassType ( ) [static]

Reimplemented from GeometricBoundingVolume.

PlaneBase const getPlane ( )
operator new ( unsigned int  size)