![]() |
VectorNav C Library
|
Represents a 3x3 matrix with an underlying data type of float
.
More...
#include <matrix.h>
Data Fields | |
float | e [3 *3] |
Represents a 3x3 matrix with an underlying data type of float
.
float e[3 *3] |
The matrix's elements in column-major ordering.