#include <FCDPhysicsAnalyticalGeometry.h>
Inheritance diagram for FCDPASTaperedCylinder:

Public Member Functions | |
| FCDPASTaperedCylinder (FCDocument *document) | |
| Constructor: do not use directly. | |
| virtual | ~FCDPASTaperedCylinder () |
| 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 FCDEntity * | Clone (FCDEntity *clone=NULL, bool cloneChildren=false) const |
| Copies the physics tapered cylinder into a clone. | |
Public Attributes | |
| FMVector2 | radius2 |
| The second radius in the X direction and Z direction of the cylinder. | |
|
|
Constructor: do not use directly. Create new analytical geometries by using FCDPhysicsShape::CreateAnalyticalGeometry function.
|
|
|
Calculates the volume of this analytical geometry.
Reimplemented from FCDPASCylinder. |
|
||||||||||||
|
Copies the physics tapered cylinder into a clone.
Reimplemented from FCDPASCylinder. |
|
|
Retrieves the analytical geometry type for this class.
Reimplemented from FCDPASCylinder. |
1.4.6-NO