ege::PhysicsBox Class Reference
Inheritance diagram for ege::PhysicsBox:
Public Member Functions | |
| virtual bool | parse (const char *_line) |
| virtual void | display () |
| virtual enum ege::PhysicsShape::type | getType () const |
| const vec3 & | getSize () const |
| void | setSize (const vec3 &_size) |
| virtual const ege::PhysicsBox * | toBox () const |
| virtual ege::PhysicsBox * | toBox () |
Public Member Functions inherited from ege::PhysicsShape | |
| const vec4 & | getQuaternion () const |
| const vec3 & | getOrigin () const |
| bool | isBox () |
| bool | isCylinder () |
| bool | isCapsule () |
| bool | isCone () |
| bool | isConvexHull () |
| bool | isSphere () |
| virtual const ege::PhysicsCylinder * | toCylinder () const |
| virtual ege::PhysicsCylinder * | toCylinder () |
| virtual const ege::PhysicsCapsule * | toCapsule () const |
| virtual ege::PhysicsCapsule * | toCapsule () |
| virtual const ege::PhysicsCone * | toCone () const |
| virtual ege::PhysicsCone * | toCone () |
| virtual const ege::PhysicsConvexHull * | toConvexHull () const |
| virtual ege::PhysicsConvexHull * | toConvexHull () |
| virtual const ege::PhysicsSphere * | toSphere () const |
| virtual ege::PhysicsSphere * | toSphere () |
Additional Inherited Members | |
Public Types inherited from ege::PhysicsShape | |
| enum | type { unknow, box, capsule, cone, convexHull, cylinder, sphere } |
Static Public Member Functions inherited from ege::PhysicsShape | |
| static ememory::SharedPtr< ege::PhysicsShape > | create (const std::string &_name) |
The documentation for this class was generated from the following file:
- framework/atria-soft/ege/ege/physicsShape/PhysicsBox.hpp
Public Member Functions inherited from
1.8.12