Function static_math::transformations::matrix_exponential6[][src]

pub fn matrix_exponential6<T: Float>(se3: &M44<T>) -> M44<T>
Expand description

Computes the matrix logarithm of a homogeneous transformation matrix

Function arguments: se3: M44 in SE(3)

Output: M44 The matrix logarithm of the input