Type Definition rapier3d::math::Point[][src]

pub type Point<N> = OPoint<N, Const<3_usize>>;
Expand description

The point type.