Type Definition na::Transform2

source ·
pub type Transform2<T> = Transform<T, TGeneral, 2>;
Expand description

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