Type Definition nalgebra::geometry::IsometryMatrix3 [−][src]
type IsometryMatrix3<N> = Isometry<N, U3, Rotation3<N>>;
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).