pub trait LayerScale {
// Required method
fn scale(&mut self, x: f64, y: f64);
}Expand description
Uniform or anisotropic scaling.
pub trait LayerScale {
// Required method
fn scale(&mut self, x: f64, y: f64);
}Uniform or anisotropic scaling.