Type Definition nalgebra::geometry::IsometryMatrix3

source ·
pub type IsometryMatrix3<N> = Isometry<N, U3, Rotation3<N>>;
Expand description

A 3-dimensional direct isometry using a rotation matrix for its rotational part. Also known as a rigid-body motion, or as an element of SE(3).