1 #ifndef VN_MATRIX_H_INCLUDED
2 #define VN_MATRIX_H_INCLUDED
4 #include "vn/util/compiler.h"
16 #if defined(__STDC_VERSION___) && (__STDC_VERSION__ >= 201112L) && defined(__GNUC__)
41 #if defined(__STDC_VERSION___) && (__STDC_VERSION__ >= 201112L) && defined(__GNUC__)
68 void vn_m3_init_fa(
mat3f* m,
const float* fa);
75 void strFromMat3f(
char* out,
mat3f m);
Represents a 3x3 matrix with an underlying data type of float.
Definition: matrix.h:11
Represents a quaternion reading with underlying data type of float.
Definition: matrix.h:36