Skip to main content

Affine3

Type Alias Affine3 

Source
pub type Affine3<T> = Affine<3, T, Aligned>;
Expand description

A 3D 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 Affine3<T>(/* private fields */);