Hello,
I've been trying to understand how to write a point constraint in opensim for the model that I'm working on but haven't found any examples of how to write one. Does anyone know of any example code that I could look at as an example?
How to write a point constraint
- Thomas Uchida
- Posts: 1792
- Joined: Wed May 16, 2012 11:40 am
Re: How to write a point constraint
There's an example for PointOnLineConstraint here: https://github.com/opensim-org/opensim- ... e.cpp#L127; the code for other constraint types will be analogous.Does anyone know of any example code that I could look at as an example?