pub fn adjoint<T: Float>(transform: &M44<T>) -> M66<T>
Compute the adjoint representation of a homogeneous transformation matrix
Function arguments: transform: M44 a homogeneous transformation matrix
transform
Output: M66: the 6x6 matrix representation of the Adjoint of T