[][src]Type Definition aljabar::Point5

type Point5<T> = Point<T, 5>;

A point in 5-dimensional space.