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