[]Type Definition lyon::math::F64Point

type F64Point = TypedPoint2D<f64, UnknownUnit>;

Alias for euclid::Point2D<f32>.