Function static_math::transformations::adjoint [−][src]
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
Output:
M66