#include <palGeometry.h>

Public Member Functions | |
| virtual void | Init (palMatrix4x4 &pos, Float radius, Float length, Float mass) |
Protected Member Functions | |
| virtual Float * | GenerateMesh_Vertices () |
| virtual int * | GenerateMesh_Indices () |
| int * palCapsuleGeometry::GenerateMesh_Indices | ( | ) | [protected, virtual] |
Generates a set of corresponding indicies to represent the approximation to the geometry.
Reimplemented from palGeometry.
| Float * palCapsuleGeometry::GenerateMesh_Vertices | ( | ) | [protected, virtual] |
Generates a set of vertices that represent an approximation to the geometry. This can be used for debug rendering, or generating the mesh for a convex object representation for some physics engines
Reimplemented from palGeometry.
| void palCapsuleGeometry::Init | ( | palMatrix4x4 & | pos, | |
| Float | radius, | |||
| Float | length, | |||
| Float | mass | |||
| ) | [virtual] |
Initializes the capsule
| pos | The transformation matrix representing the position and orientation of the Capsule | |
| radius | The radius of the Capsule | |
| length | The length of the Capsule | |
| mass | The Capsule's mass ????NOTE: HOW IS THE CENTER OF THE Capsule DEFINED? DIAGRAM. |
1.5.7.1