Skip to main content

Affine3U

Type Alias Affine3U 

Source
pub type Affine3U<T> = Affine<3, T, Unaligned>;
Expand description

A 3D 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; 12].

Aliased Type§

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