VoltAir
|
Header declaring and including types common to renderer classes such as Vector2. Also includes GL headers and forward declarations for renderer types. More...
Go to the source code of this file.
Typedefs | |
typedef float | Matrix4 [16] |
4x4 float matrix, whose layout is compatible with GL. More... | |
typedef b2Vec2 | Vector2 |
2D float vector, whose layout is compatible with GL. More... | |
Header declaring and including types common to renderer classes such as Vector2. Also includes GL headers and forward declarations for renderer types.
typedef float Matrix4[16] |
4x4 float matrix, whose layout is compatible with GL.
typedef b2Vec2 Vector2 |
2D float vector, whose layout is compatible with GL.