Type Definition rapier3d::math::Point

source · []
pub type Point<N> = OPoint<N, Const<3_usize>>;
Expand description

The point type.