Type Definition bevy_rapier3d::prelude::nalgebra::Vector[][src]

type Vector<T, D, S> = Matrix<T, D, Const<1_usize>, S>;
Expand description

A matrix with one column and D rows.