Type Definition rin::math::geometry::Point4 [−][src]
type Point4<N> = Point<N, U4>;
A statically sized 4-dimensional column point.
Because this is an alias, not all its methods are listed here. See the Point
type too.