RelativeToLogical

Type Alias RelativeToLogical 

Source
pub type RelativeToLogical = Transform2D<f64, RelativeSpace, LogicalSpace>;
Expand description

Transform from the relative space to the logical space.

Aliased Type§

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