nalgebra::geometry

Type Alias Affine3

Source
pub type Affine3<T> = Transform<T, TAffine, 3>;
Expand description

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

Aliased Typeยง

struct Affine3<T> { /* private fields */ }