Merge branch 'develop'

This commit is contained in:
Daniel Chappuis 2022-01-03 23:37:55 +01:00
commit 4bbbaa7c6e
3 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
# Changelog
## Version 0.9.0 (January 3, 2022)
## Version 0.9.0 (January 4, 2022)
### Added

View File

@ -1570,7 +1570,7 @@ joint = dynamic_cast<BallAndSocketJoint*>(world->createJoint(jointInfo));
\subsubsection{Cone limit}
With the ball and socket joint, it is possible to enable a cone limit. Let's call the \texttt{anchor axis} for body 1 the axis from body 1 center of mass
to the joint anchor point. The cone limit can be used to constraint the angle between the anchor axis of body 1 and the anchor axis of body 2.
to the joint anchor point. The cone limit can be used to constraint the angle between the anchor axis of body 1 and the anchor axis of body 2.
The idea is to limit the angle of the anchor axis of body 2 inside a cone around the anchor axis of body 1. The cone is defined by its main axis
which is the anchor axis of body 1 and is also defined by the cone half angle. \\