#include <FCDPhysicsAnalyticalGeometry.h>
Inheritance diagram for FCDPASPlane:
Public Member Functions | |
FCDPASPlane (FCDocument *document) | |
Constructor: do not use directly. | |
virtual | ~FCDPASPlane () |
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 plane into a clone. | |
Public Attributes | |
FMVector3 | normal |
The normal for the plane. | |
float | d |
The value that positions the plane. |
|
Constructor: do not use directly. Create new analytical geometries by using FCDPhysicsShape::CreateAnalyticalGeometry function.
|
|
Calculates the volume of this analytical geometry.
Implements FCDPhysicsAnalyticalGeometry. |
|
Copies the physics plane into a clone.
Reimplemented from FCDPhysicsAnalyticalGeometry. |
|
Retrieves the analytical geometry type for this class.
Implements FCDPhysicsAnalyticalGeometry. |
|
The value that positions the plane. If the normal of the plane is at (A, B, C), the equation of the plane is Ax + By + Cz + d = 0. |