Type Definition heron::rapier_plugin::rapier2d::prelude::DVector

source ·
pub type DVector<T> = Matrix<T, Dynamic, Const<1>, VecStorage<T, Dynamic, Const<1>>>;
Expand description

A dynamically sized column vector.