Type Definition euclid::Point2D

source ·
pub type Point2D<T> = TypedPoint2D<T, UnknownUnit>;
Expand description

Default 2d point type with no unit.

Point2D provides the same methods as TypedPoint2D.