Type Definition bevy_rapier3d::prelude::JacobianSliceMut[][src]

pub type JacobianSliceMut<'a, N> = Matrix<N, Const<{_: usize}>, Dynamic, SliceStorageMut<'a, N, Const<{_: usize}>, Dynamic, Const<1_usize>, Const<{_: usize}>>>;
Expand description

The type of a mutable slice of the constraint Jacobian in twist coordinates.