[][src]Type Definition aljabar::Point2

type Point2<T> = Point<T, 2>;

A point in 2-dimensional space.