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

pub type Jacobian<N> = Matrix<N, Const<{_: usize}>, Dynamic, <DefaultAllocator as Allocator<N, Const<{_: usize}>, Dynamic>>::Buffer>;
Expand description

The type of a constraint jacobian in twist coordinates.