Type Definition bevy_rapier3d::prelude::nalgebra::base::RowVector[][src]

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

A matrix with one row and D columns .