Type Definition heron::rapier_plugin::rapier2d::prelude::nalgebra::OVector[][src]

pub type OVector<T, D> = Matrix<T, D, Const<1_usize>, <DefaultAllocator as Allocator<T, D, Const<1_usize>>>::Buffer>;
Expand description

An owned D-dimensional column vector.