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

type Jacobian<N> = Matrix<N, U3, Dynamic, <DefaultAllocator as Allocator<N, U3, Dynamic>>::Buffer>;

The type of a constraint jacobian in twist coordinates.