Type Alias nalgebra::geometry::Transform2

source ·
pub type Transform2<T> = Transform<T, TGeneral, 2>;
Expand description

A 2D general transformation that may not be invertible. Stored as a homogeneous 3x3 matrix.

Aliased Type§

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