Vegastrike 0.5.1 rc1  1.0
Original sources for Vegastrike Evolved
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
gl_matrix.h
Go to the documentation of this file.
1 namespace GFXMatrices
2 {
3 extern Matrix model, view;
4 extern float projection[16];
5 extern float invprojection[16];
6 extern Matrix rotview;
7 }
8 void MultFloatMatrix( float *ans, const float *a, const Matrix &b );
9