Type Definition rapier3d::math::AngVector

source · []
pub type AngVector<N> = Matrix<N, Const<3_usize>, Const<1_usize>, ArrayStorage<N, 3_usize, 1_usize>>;
Expand description

The angular vector type.