pub trait LayerScale { // Required method fn scale(&mut self, x: f64, y: f64); }
Scales to given data by x and y