VoltAir
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Groups Pages
Typedefs

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...
 

Detailed Description

Header declaring and including types common to renderer classes such as Vector2. Also includes GL headers and forward declarations for renderer types.

Typedef Documentation

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.