Type Definition rin::math::geometry::Point2[][src]

type Point2<N> = Point<N, U2>;

A statically sized 2-dimensional column point.

Because this is an alias, not all its methods are listed here. See the Point type too.