[][src]Type Definition lyon_geom::Point

type Point<T> = Point2D<T, UnknownUnit>;

Alias for euclid::default::Point2D.