adjoint

Function adjoint 

Source
pub fn adjoint<T: Float>(transform: &M44<T>) -> M66<T>
Expand description

Compute the adjoint representation of a homogeneous transformation matrix

Function arguments: transform: M44 a homogeneous transformation matrix

Output: M66: the 6x6 matrix representation of the Adjoint of T