Type Definition na::geometry::Point

source · []
pub type Point<T, const D: usize> = OPoint<T, Const<D>>;
Expand description

A point with D elements.