Skip to main content

Affine2U

Type Alias Affine2U 

Source
pub type Affine2U<T> = Affine<2, T, Unaligned>;
Expand description

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

§No SIMD Alignment

This type is not SIMD-aligned and has the memory layout of [T; 6].

Aliased Type§

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