Type Definition heron::rapier_plugin::rapier3d::parry::math::Vector

source ·
pub type Vector<N> = Matrix<N, Const<3>, Const<1>, ArrayStorage<N, 3, 1>>;
Expand description

The vector type.