Type Definition oxygengine_physics_2d::prelude::JacobianSlice[][src]

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

The type of a slice of the constraint jacobian in twist coordinates.