#include <va_coordinate_frame.h>
va_coordinate_frame
A coordinate frame that is represented as a 3-by-3 transformation matrix and a three-dimensional translation vector.
Public Members
base
3x3 tranformation matrix.
Items are in row-major order. This is usually a 3-dimensional rotation matrix (DCM).
translation
Translation vector.