Type Definition nalgebra::geometry::Point [] [src]

type Point<N, D> = PointBase<N, D, MatrixArray<N, D, U1>>;

A statically sized D-dimensional column point.