Type Definition oxygengine_physics_2d::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.