Improve comment for HingeJoint::getAngle() method
This commit is contained in:
parent
6db3674c65
commit
5fd3f8f1df
|
@ -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 {
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user