Type Definition lyon::tessellation::math::Point2D
[−]
[src]
type Point2D<T> = TypedPoint2D<T, UnknownUnit>;
Default 2d point type with no unit.
Point2D
provides the same methods as TypedPoint2D
.