Kochol Game Engine  0.1.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
kge::math::Shape Class Reference

#include <Shape.h>

Inheritance diagram for kge::math::Shape:
kge::math::AABB kge::math::Sphere

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

Implemented in kge::math::AABB, and kge::math::Sphere.


The documentation for this class was generated from the following file: