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