Skip to main content

Affine2

Type Alias Affine2 

Source
pub type Affine2<T> = Affine<2, T, Aligned>;
Expand description

A 2D affine transform, which can represent translation, rotation, scaling and shear.

§SIMD Alignment

This type may be SIMD-aligned depending on the target architecture.

Aliased Type§

pub struct Affine2<T>(/* private fields */);