#include <SO3ShapeCapsule.h>
Public Member Functions | |
| SShapeCapsule (std::string shapeName, SNode *node, Ogre::Real radius, Ogre::Real height) | |
| ~SShapeCapsule () | |
| Ogre::Real | GetRadius () |
| Ogre::Real | GetHeight () |
| virtual Ogre::Vector3 | CalculateInertialMatrix () |
| virtual Ogre::Vector3 | CalculateOffset () |
Definition at line 43 of file SO3ShapeCapsule.h.
| SShapeCapsule::SShapeCapsule | ( | std::string | shapeName, | |
| SNode * | node, | |||
| Ogre::Real | radius, | |||
| Ogre::Real | height | |||
| ) |
Definition at line 16 of file SO3ShapeCapsule.cpp.
| SShapeCapsule::~SShapeCapsule | ( | ) |
Definition at line 30 of file SO3ShapeCapsule.cpp.
| Ogre::Vector3 SShapeCapsule::CalculateInertialMatrix | ( | ) | [virtual] |
Definition at line 44 of file SO3ShapeCapsule.cpp.
| Ogre::Vector3 SShapeCapsule::CalculateOffset | ( | ) | [virtual] |
Definition at line 51 of file SO3ShapeCapsule.cpp.
| Ogre::Real SShapeCapsule::GetHeight | ( | ) |
Definition at line 39 of file SO3ShapeCapsule.cpp.
| Ogre::Real SShapeCapsule::GetRadius | ( | ) |
Definition at line 34 of file SO3ShapeCapsule.cpp.
1.6.3