Skip to main content

Affine

Type Alias Affine 

Source
type Affine = Matrix<f32>;

Aliased Type§

#[repr(C)]
struct Affine { pub xx: f32, pub yx: f32, pub xy: f32, pub yy: f32, pub dx: f32, pub dy: f32, }

Fields§

§xx: f32§yx: f32§xy: f32§yy: f32§dx: f32§dy: f32