gvr_mat4f
#include <gvr_types.h>
A floating point 4x4 matrix stored in row-major form.
Summary
It needs to be transposed before being used with OpenGL.
Public attributes |
|
---|---|
m[4][4]
|
float
|
Public attributes
m
float gvr_mat4f::m[4][4]