Type Definition nalgebra::geometry::Affine3 [−][src]
pub type Affine3<N> = Transform<N, U3, TAffine>;
Expand description
A 3D affine transformation. Stored as a homogeneous 4x4 matrix.
pub type Affine3<N> = Transform<N, U3, TAffine>;
A 3D affine transformation. Stored as a homogeneous 4x4 matrix.