Type Definition heron::rapier_plugin::rapier2d::prelude::Vector

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

The vector type.