Type Alias lyon_geom::Scale

source ·
pub type Scale<T> = Scale<T, UnknownUnit, UnknownUnit>;
Expand description

Alias for euclid::default::Scale

Aliased Type§

struct Scale<T>(pub T, _);

Fields§

§0: T

Trait Implementations§

source§

impl<S: Scalar> Transformation<S> for Scale<S>

source§

fn transform_point(&self, p: Point<S>) -> Point<S>

source§

fn transform_vector(&self, v: Vector<S>) -> Vector<S>