summaryrefslogtreecommitdiff
path: root/physics/src/constraint/beam.rs
Commit message (Collapse)AuthorAgeLines
* feat!: correctly compute jacobian derivativeeug-vs2024-12-18-9/+28
| | | | | | | | | - Make C/J pure functions of a constraint - Approximate J' using finite differences (dC'/dq) - fn enforce_constraints() no longer depends on dt - Use stable-but-slow finite differences method for J by default - Provide analytically derived Jacobian implementations for existing constraints
* refactor: generalize anchor constraint via beameug-vs2024-12-17-6/+35
|
* feat!: add raylib renderingeug-vs2024-12-15-0/+47