Type Definition Point
lyon_path::math
type Point = TypedPoint2D<f32, UnknownUnit>;
Alias for euclid::Point2D<f32>.
euclid::Point2D<f32>