#include <FCDPhysicsAnalyticalGeometry.h>
Inheritance diagram for FCDPASTaperedCapsule:
Public Member Functions | |
FCDPASTaperedCapsule (FCDocument *document) | |
Constructor: do not use directly. | |
virtual | ~FCDPASTaperedCapsule () |
Destructor. | |
virtual GeomType | GetGeomType () const |
Retrieves the analytical geometry type for this class. | |
virtual float | CalculateVolume () const |
Calculates the volume of this analytical geometry. | |
virtual FCDPhysicsAnalyticalGeometry * | Clone (FCDPhysicsAnalyticalGeometry *clone=NULL, bool cloneChildren=false) const |
Copies the physics tapered capsule into a clone. | |
Public Attributes | |
FMVector2 | radius2 |
The second radius in the X direction and Z direction of the capsule. |
|
Constructor: do not use directly. Create new analytical geometries by using FCDPhysicsShape::CreateAnalyticalGeometry function.
|
|
Calculates the volume of this analytical geometry.
Reimplemented from FCDPASCapsule. |
|
Copies the physics tapered capsule into a clone.
|
|
Retrieves the analytical geometry type for this class.
Reimplemented from FCDPASCapsule. |