Function static_math::transformations::twist_to_se3[][src]

pub fn twist_to_se3<T: Float>(twist: &V6<T>) -> M44<T>
Expand description

Convert a spatial velocity vector to a M44 matrix in se3 space

Function arguments: twist: V6 representing the “twist”

Output: M44: a matrix in the se3 space