#include <Shape.h>
Public Member Functions |
| Shape () |
| Constructor.
|
virtual | ~Shape () |
| Distructor.
|
virtual int | getType (void) const =0 |
Detailed Description
Definition at line 20 of file Shape.h.
Constructor & Destructor Documentation
kge::math::Shape::Shape |
( |
| ) |
|
|
inline |
Constructor.
Definition at line 24 of file Shape.h.
virtual kge::math::Shape::~Shape |
( |
| ) |
|
|
inlinevirtual |
Distructor.
Definition at line 27 of file Shape.h.
Member Function Documentation
virtual int kge::math::Shape::getType |
( |
void |
| ) |
const |
|
pure virtual |
The documentation for this class was generated from the following file:
- E:/mycodes/git/kge/Include/math/Shape.h