[][src]Type Definition aljabar::Point3

type Point3<T> = Point<T, 3>;

A point in 3-dimensional space.