| 
    SO3Engine
    
   | 
 
SO3::SShapeConcaveHull Class Reference
#include <SO3ShapeConcaveHull.h>
Inheritance diagram for SO3::SShapeConcaveHull:
  
Public Member Functions | |
| SShapeConcaveHull (const std::string &shapeName, SEntity *entity, const Ogre::Real &tolerance) | |
| ~SShapeConcaveHull () | |
| Ogre::Real | GetTolerance () | 
  Public Member Functions inherited from SO3::SShape | |
| SShape (const std::string &shapeName, const ShapeType &shapeType) | |
| virtual | ~SShape () | 
| ShapeType | GetType () | 
| Ogre::Vector3 | GetBaseOffset () | 
| Ogre::Vector3 | GetComputedOffset () | 
| Ogre::Quaternion | GetBaseRotation () | 
| Ogre::Vector3 | GetBaseScale () | 
| OgreNewt::CollisionPtr | GetOgreNewtCollisionPtr () | 
  Public Member Functions inherited from SO3::SData | |
| SData (const std::string &dataName) | |
| virtual | ~SData () | 
| std::string | GetName () const | 
| SUserObjectBindings & | GetUserObjectBindings () | 
| const SUserObjectBindings & | GetUserObjectBindings () const | 
Additional Inherited Members | |
  Public Types inherited from SO3::SShape | |
| enum | ShapeType {  SO3_NULL_COLLISION , SO3_BOX_COLLISION , SO3_CONE_COLLISION , SO3_ELLIPSOID_COLLISION , SO3_CAPSULE_COLLISION , SO3_CYLINDER_COLLISION , SO3_COMPOUND_COLLISION , SO3_CHAMFERCYLINDRE_COLLISION , SO3_PYRAMID_COLLISION , SO3_SHAPE_COLLISION , SO3_CONCAVE_COLLISION , SO3_TREE_COLLISION }  | 
  Protected Attributes inherited from SO3::SShape | |
| OgreNewt::CollisionPtr | mCollisionPtr | 
| Ogre::Quaternion | mBaseRotation | 
| Ogre::Vector3 | mBaseOffset | 
| Ogre::Vector3 | mBaseScale | 
| Ogre::Vector3 | mComputedOffset | 
  Protected Attributes inherited from SO3::SData | |
| std::string | name | 
Detailed Description
Definition at line 40 of file SO3ShapeConcaveHull.h.
Constructor & Destructor Documentation
◆ SShapeConcaveHull()
| SShapeConcaveHull::SShapeConcaveHull | ( | const std::string & | shapeName, | 
| SEntity * | entity, | ||
| const Ogre::Real & | tolerance | ||
| ) | 
Definition at line 21 of file SO3ShapeConcaveHull.cpp.
◆ ~SShapeConcaveHull()
| SShapeConcaveHull::~SShapeConcaveHull | ( | ) | 
Definition at line 32 of file SO3ShapeConcaveHull.cpp.
Member Function Documentation
◆ GetTolerance()
| Ogre::Real SShapeConcaveHull::GetTolerance | ( | ) | 
Definition at line 36 of file SO3ShapeConcaveHull.cpp.
The documentation for this class was generated from the following files:
- include/SO3PhysicGraph/SO3ShapeConcaveHull.h
 - src/SO3PhysicGraph/SO3ShapeConcaveHull.cpp
 
Generated by
 Public Member Functions inherited from