[]Type Definition lyon_extra::math::F64Point

type F64Point = Point2D<f64, UnknownUnit>;

Alias for euclid::default::Point2D<f64>.