Type Definition lyon_path::PathEvent[][src]

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

A path event representing endpoints and control points as positions.

Implementations