Skip to main content

LayerScale

Trait LayerScale 

Source
pub trait LayerScale {
    // Required method
    fn scale(&mut self, x: f64, y: f64);
}

Required Methods§

Source

fn scale(&mut self, x: f64, y: f64)

Scales to given data by x and y

Implementations on Foreign Types§

Source§

impl LayerScale for (&CoordinateFormat, &mut Vec<Command>)

Source§

fn scale(&mut self, x: f64, y: f64)

Implementors§