Trait libreda_db::prelude::Scale
source · [−]pub trait Scale<T> {
fn scale(&self, factor: T) -> Self;
}
Expand description
Scale the geometrical shape. Scaling center is the origin (0, 0)
.
pub trait Scale<T> {
fn scale(&self, factor: T) -> Self;
}
Scale the geometrical shape. Scaling center is the origin (0, 0)
.