Type Definition nalgebra::geometry::Affine3

source ·
pub type Affine3<N> = Transform<N, U3, TAffine>;
Expand description

A 3D affine transformation. Stored as an homogeneous 4x4 matrix.