Type Alias magick_rust::bindings::AffineMatrix
source · pub type AffineMatrix = _AffineMatrix;
Aliased Type§
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