FcMatrix

Type Alias FcMatrix 

Source
pub type FcMatrix = struct__FcMatrix;

Aliased Type§

#[repr(C)]
pub struct FcMatrix { pub xx: f64, pub xy: f64, pub yx: f64, pub yy: f64, }

Fields§

§xx: f64§xy: f64§yx: f64§yy: f64