Skip to content

Commit

Permalink
Update 20_Lagrange_Constraint.md
Browse files Browse the repository at this point in the history
  • Loading branch information
hugtalbot authored Aug 9, 2024
1 parent 1701969 commit 5582625
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@ In SOFA, you can find several of interaction constraint laws available to includ

- [BilateralLagrangianConstraint](../../../components/constraint/lagrangian/model/bilaterallagrangianconstraint/): constraint of equality (like the $\Phi$ function described above in the [Constraint problem](#constraint-problem) section), that fits for instance interactions, attachments between two paired objects

- [SlidingLagrangianConstraint](../../../components/constraint/lagrangian/model/slidinglagrangianconstraint/): constraint in equality, like the _BilateralInteractionConstraint_, but only active for some vectors of the physics space (for instance only the x-direction)
- [SlidingLagrangianConstraint](../../../components/constraint/lagrangian/model/slidinglagrangianconstraint/): constraint in equality, like the _BilateralLagrangianConstraint_, but only active for some vectors of the physics space (for instance only the x-direction)

Classes defining constraints between a pair of objects inherit from the class _PairInteractionConstraint_. The associated API functions are:

Expand Down

0 comments on commit 5582625

Please sign in to comment.