amino
Lightweight Robot Utility Library
|
Memory layout for a rotation matrix. More...
#include <tf.h>
Public Attributes | |
union { | |
struct { | |
struct aa_tf_vec3 col0 | |
column 0 | |
struct aa_tf_vec3 col1 | |
column 1 | |
struct aa_tf_vec3 col2 | |
column 2 | |
} | |
double data [9] | |
data array | |
}; | |
Memory layout for a rotation matrix.
column major
The matrix is in column-major order.