Type Definition lyon_path::PathEvent

source ·
pub type PathEvent = Event<Point, Point>;
Expand description

A path event representing endpoints and control points as positions.

Implementations§

source§

impl PathEvent

source

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