Type Definition F64Point
lyon_geom::math
type F64Point = Point2D<f64>;
Alias for euclid::Point2D<f64>.
euclid::Point2D<f64>