pub type Projective2<T> = Transform<T, TProjective, 2>;Expand description
An invertible 2D general transformation. Stored as a homogeneous 3x3 matrix.
Aliased Typeยง
#[repr(C)]pub struct Projective2<T> { /* private fields */ }pub type Projective2<T> = Transform<T, TProjective, 2>;An invertible 2D general transformation. Stored as a homogeneous 3x3 matrix.
#[repr(C)]pub struct Projective2<T> { /* private fields */ }