ScaleOffset2D

Type Alias ScaleOffset2D 

Source
pub type ScaleOffset2D<T> = ScaleOffset2D<T, UnknownUnit, UnknownUnit>;

Aliased Type§

pub struct ScaleOffset2D<T> {
    pub sx: T,
    pub sy: T,
    pub tx: T,
    pub ty: T,
    /* private fields */
}

Fields§

§sx: T§sy: T§tx: T§ty: T