[][src]Type Definition lyon_path::PathEvent

type PathEvent = Event<Point, Point>;

A path event representing endpoints and control points as positions.

Implementations

impl PathEvent[src]

pub fn transformed<T: Transformation<f32>>(&self, mat: &T) -> Self[src]