Panda3D
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties
Public Member Functions | Static Public Member Functions
BoundingPlane Class Reference

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

List of all members.

Public Member Functions

 BoundingPlane ()
 Constructs an empty "plane" that has no intersections.
 BoundingPlane (LPlanef const plane)
LPlanef 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 ( LPlanef const  plane)

Member Function Documentation

static TypeHandle getClassType ( ) [static]

Reimplemented from GeometricBoundingVolume.

LPlanef const getPlane ( )
operator new ( unsigned int  size)
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties