You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 3, 2025. It is now read-only.
The functions mentioned in the title have been soft-deprecated. The comments say they are deprecated, but they have not been properly marked as deprecated.
The text was updated successfully, but these errors were encountered:
The comments aren't telling the whole story. They say GetUpperLimit and GetLowerLimit should be used instead. I think that is probably a better name for the functions, since it's nice to have the same number of letters in parter function names, so they're easier to read on adjacent lines.
The High/Low stop functions aren't ready to be deprecated yet, though since they are virtual, while the Upper/Lower Limit functions exist only in Joint. There is no BulletHingeJoint::SetUpperLimit for example.
This would improve the function names in the API, but it will take some extra work before they can be deprecated.
Original report (archived issue) by Nate Koenig (Bitbucket: Nathan Koenig).
The functions mentioned in the title have been soft-deprecated. The comments say they are deprecated, but they have not been properly marked as deprecated.
The text was updated successfully, but these errors were encountered: