Files
1
2
3
pub trait
Scaled {
fn
scale(
&mut
self
, scale_factor: f32); }