Type Definition nalgebra::geometry::IsometryMatrix2

source ·
pub type IsometryMatrix2<N> = Isometry<N, U2, Rotation2<N>>;
Expand description

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