Trait libreda_db::prelude::Scale [−][src]
Scale the geometrical shape. Scaling center is the origin (0, 0).
Required methods
pub fn scale(&self, factor: T) -> Self[src]
Scale the geometrical shape. Scaling center is the origin (0, 0).
Implementors
impl<S, T> Scale<T> for S where
S: MapPointwise<T>,
T: CoordinateType, [src]
S: MapPointwise<T>,
T: CoordinateType,