Skip to main content

ScaleOffset2D

Type Alias ScaleOffset2D 

pub type ScaleOffset2D<T> = ScaleOffset2D<T, UnknownUnit, UnknownUnit>;
Available on crate feature canvas only.

Aliased Type§

pub struct ScaleOffset2D<T> {
    pub sx: T,
    pub sy: T,
    pub tx: T,
    pub ty: T,
}

Fields§

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