pub type LayoutToWorldScale = Scale<f32, LayoutPixel, WorldPixel>;
Expand description
Scaling ratio from layout to world. Used for cases where we know the layout is in world space, or specifically want to treat it this way.
Aliased Type§
#[repr(C)]pub struct LayoutToWorldScale(pub f32);
Tuple Fields§
§0: f32