Type Definition nalgebra::geometry::Transform2

source ·
pub type Transform2<N> = Transform<N, U2, TGeneral>;
Expand description

A 2D general transformation that may not be invertible. Stored as an homogeneous 3x3 matrix.