Rename PrismaticJoint/RevoluteJoint:hasLimitsEnabled to areLimitsEnabled and deprecate the old methods (resolves issue #1324).

--HG--
branch : minor
This commit is contained in:
Alex Szpakowski
2017-08-27 16:18:54 -03:00
parent bf6983beac
commit d8eb6e6012
7 changed files with 31 additions and 11 deletions
+1 -1
View File
@@ -104,7 +104,7 @@ public:
/**
* Checks whether limits are enabled.
**/
bool hasLimitsEnabled() const;
bool areLimitsEnabled() const;
/**
* Sets the upper limit in degrees.