pub type RelativeToLogical = Transform2D<f64, RelativeSpace, LogicalSpace>;Available on crate feature
winio only.Expand description
Transform from the relative space to the logical space.
Aliased Type§
#[repr(C)]pub struct RelativeToLogical {
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