|
R-Type
|
Interface for rectangle. More...
#include <RenderInterfaces.hpp>
Public Member Functions | |
| ~IRect ()=default | |
| Destructor. More... | |
| virtual const M< T > | getBaseRect () const =0 |
| Get the rectangle stored. More... | |
Interface for rectangle.
| T | type of the rectangle |
|
default |
Destructor.
|
pure virtual |
Get the rectangle stored.
Implemented in GameEngine::Rect< T >, GameEngine::Rect< float >, and GameEngine::Rect< int >.