fix: implement linear-coupled-motor constraint between two dynamic bodies
Fix #602
This commit is contained in:
committed by
Sébastien Crozet
parent
da92e5c283
commit
b00113ed2f
@@ -25,6 +25,7 @@ use {
|
||||
crate::math::SIMD_WIDTH,
|
||||
};
|
||||
|
||||
#[derive(Debug)]
|
||||
pub struct ConstraintsCounts {
|
||||
pub num_constraints: usize,
|
||||
pub num_jacobian_lines: usize,
|
||||
|
||||
Reference in New Issue
Block a user