pub type AffineMatrix = _AffineMatrix;Aliased Type§
#[repr(C)]pub struct AffineMatrix {
pub sx: f64,
pub rx: f64,
pub ry: f64,
pub sy: f64,
pub tx: f64,
pub ty: f64,
}Fields§
§sx: f64§rx: f64§ry: f64§sy: f64§tx: f64§ty: f64