Improve comment for HingeJoint::getAngle() method

This commit is contained in:
Daniel Chappuis 2021-08-13 17:03:33 +02:00
parent 6db3674c65
commit 5fd3f8f1df

View File

@ -251,7 +251,7 @@ decimal HingeJoint::getMotorTorque(decimal timeStep) const {
// Return the current hinge angle
/**
* @return The current hinge angle (in radians)
* @return The current hinge angle (in radians) in the range [-pi; pi]
*/
decimal HingeJoint::getAngle() const {