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