Type Alias Scale
pub type Scale = Scale<f32, UnknownUnit, UnknownUnit>;
Available on crate feature
canvas
only.Expand description
Alias for euclid::default::Scale<f32>
Aliased Type§
#[repr(C)]pub struct Scale(pub f32);
Tuple Fields§
§0: f32