[][src]Type Definition aljabar::Point1

type Point1<T> = Point<T, 1>;

A point in 1-dimensional space.