Type Definition rin::math::Point1[][src]

type Point1<N> = Point<N, U1>;

A statically sized 1-dimensional column point.

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