[][src]Trait lyon_path::math::Transform

pub trait Transform {
    fn transform(
        &self,
        mat: &TypedTransform2D<f32, UnknownUnit, UnknownUnit>
    ) -> Self; }

Anything that can be transformed in 2D.

Required methods

fn transform(
    &self,
    mat: &TypedTransform2D<f32, UnknownUnit, UnknownUnit>
) -> Self

Loading content...

Implementors

impl Transform for FlattenedEvent[src]

impl Transform for PathEvent[src]

impl Transform for QuadraticEvent[src]

Loading content...