class: ege::PhysicsSphere
Description:
Constructor and Destructor:
+ PhysicsSphere (void );
+ virtual ~PhysicsSphere (void );
Synopsis:
+ virtual bool parse (const char* _line);
+ virtual void display (void );
+ virtual enum ege::PhysicsShape::type getType (void );
+ float getRadius (void ) const;
Object Hierarchy:
+ege::PhysicsShape
+--> ege::PhysicsSphere
Detail:
PhysicsSphere
+ PhysicsSphere (void );
~PhysicsSphere
+ virtual ~PhysicsSphere (void );
parse
+ virtual bool parse (const char* _line);
display
+ virtual void display (void );
getType
+ virtual enum ege::PhysicsShape::type getType (void );
getRadius
+ float getRadius (void ) const;