#include <OrthographicSpace.h>
Inherited by OrthographicCamera.
Public Member Functions | |
OrthographicSpace () | |
OrthographicSpace (int left, int right, int bottom, int top) | |
void | setBorders (int left, int right, int bottom, int top) |
void | setOrthographicProjection () |
void | resetProjection () |
Public Attributes | |
int | left |
int | right |
int | bottom |
int | top |
Definition at line 19 of file OrthographicSpace.h.
|
The default constructor creates an orthographic with the default values defined in LifeVariables.h Definition at line 10 of file OrthographicSpace.cpp. References setBorders(). |
|
The constructor sets up the orthogonal projection and stores the left, right, bottom and top border into the locale member variables
Definition at line 18 of file OrthographicSpace.cpp. References setBorders(). |
|
Deinitialise the orthographic projection Definition at line 42 of file OrthographicSpace.cpp. Referenced by OrthographicCamera::stopCamera(). |
|
Change or setup the orthographic object space.
Definition at line 23 of file OrthographicSpace.cpp. Referenced by OrthographicSpace(). |
|
Initialise the orthographic projection Definition at line 31 of file OrthographicSpace.cpp. References bottom, left, right, and top. Referenced by OrthographicCamera::startCamera(). |
|
The bottom border of the viewport Definition at line 29 of file OrthographicSpace.h. Referenced by setOrthographicProjection(). |
|
The left border of the viewport Definition at line 23 of file OrthographicSpace.h. Referenced by setOrthographicProjection(). |
|
The right border of the viewport Definition at line 26 of file OrthographicSpace.h. Referenced by setOrthographicProjection(). |
|
The upper border of the viewport Definition at line 32 of file OrthographicSpace.h. Referenced by setOrthographicProjection(). |