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