[]Type Definition lyon::math::F64Point

type F64Point = Point2D<f64, UnknownUnit>;

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