Improve code documentation of HingeJoint::getAngle() method

This commit is contained in:
Daniel Chappuis 2021-08-16 07:18:09 +02:00
parent 5fd3f8f1df
commit 31c071fcca

View File

@ -311,7 +311,7 @@ class HingeJoint : public Joint {
/// Return the intensity of the current torque applied for the joint motor
decimal getMotorTorque(decimal timeStep) const;
/// Return the current hinge angle
/// Return the current hinge angle (in radians)
decimal getAngle() const;
/// Return the force (in Newtons) on body 2 required to satisfy the joint constraint in world-space