|  | amino
    1.0-beta2
    Lightweight Robot Utility Library | 
Memory layout for a rotation matrix. More...
#include <type.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.