Class: ewol::PhysicsCone
Synopsis:
+ PhysicsCone (void);
+ ~PhysicsCone (void);
+ bool parse (const char * _line);
+ void display (void);
+ enum type getType (void);
+ float getRadius (void);
+ float getHeight (void);
+ const PhysicsCone * toCone (void);
+ PhysicsCone * toCone (void);
Object Hierarchy:
ewol::PhysicsShape +--> ewol::PhysicsCone
Detail:
ewol::PhysicsCone ()
PhysicsCone(void);
ewol::~PhysicsCone ()
~PhysicsCone(void);
parse ()
bool parse(const char * _line);
display ()
void display(void);
getType ()
enum type getType(void);
getRadius ()
float getRadius(void);
getHeight ()
float getHeight(void);
toCone ()
const PhysicsCone * toCone(void);
toCone ()
PhysicsCone * toCone(void);
ewol::PhysicsCone ()
PhysicsCone(void);
ewol::~PhysicsCone ()
~PhysicsCone(void);
parse ()
bool parse(const char * _line);
display ()
void display(void);
getType ()
enum type getType(void);
getRadius ()
float getRadius(void);
getHeight ()
float getHeight(void);
toCone ()
const PhysicsCone * toCone(void);
toCone ()
PhysicsCone * toCone(void);