pub type DCM<T> = [[T; 3]; 3];
Direction Cosine Matrix
mij: row i, column j
mij
i
j
[ [m11, m12, m13], [m21, m22, m23], [m31, m32, m33] ]