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

A special kind of GeometricBoundingVolume that is known to be finite. More...

Inheritance diagram for FiniteBoundingVolume:
GeometricBoundingVolume BoundingVolume TypedReferenceCount TypedObject ReferenceCount BoundingBox BoundingHexahedron BoundingSphere

List of all members.

Public Member Functions

Point3 getMax ()
Point3 getMin ()
float getVolume ()

Static Public Member Functions

static TypeHandle getClassType ()

Detailed Description

A special kind of GeometricBoundingVolume that is known to be finite.

It is possible to query this kind of volume for its minimum and maximum extents.


Member Function Documentation

static TypeHandle getClassType ( ) [static]

Reimplemented from GeometricBoundingVolume.

Reimplemented in BoundingSphere, BoundingHexahedron, and BoundingBox.

float getVolume ( )
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties