pub type Transform = Transform2D<f64, UnknownUnit, UnknownUnit>;Expand description
Affine transform that describes how to convert world-space coordinates to pixel coordinates.
Aliased Type§
#[repr(C)]pub struct Transform {
pub m11: f64,
pub m12: f64,
pub m21: f64,
pub m22: f64,
pub m31: f64,
pub m32: f64,
}Fields§
§m11: f64§m12: f64§m21: f64§m22: f64§m31: f64§m32: f64