nalgebra::geometry

Type Alias Affine2

Source
pub type Affine2<T> = Transform<T, TAffine, 2>;
Expand description

A 2D affine transformation. Stored as a homogeneous 3x3 matrix.

Aliased Typeยง

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