Trait lyon_geom::traits::Transformation
source · pub trait Transformation<S> {
// Required methods
fn transform_point(&self, p: Point<S>) -> Point<S>;
fn transform_vector(&self, v: Vector<S>) -> Vector<S>;
}
pub trait Transformation<S> {
// Required methods
fn transform_point(&self, p: Point<S>) -> Point<S>;
fn transform_vector(&self, v: Vector<S>) -> Vector<S>;
}