From 97b0903a9dfa5c61291f2dd2344c7b198274dadd Mon Sep 17 00:00:00 2001 From: Daniel Chappuis Date: Wed, 25 Sep 2013 00:11:23 +0200 Subject: [PATCH] Modify comments --- src/collision/shapes/CylinderShape.h | 2 +- src/constraint/HingeJoint.h | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/collision/shapes/CylinderShape.h b/src/collision/shapes/CylinderShape.h index 748bc4f4..21cda294 100644 --- a/src/collision/shapes/CylinderShape.h +++ b/src/collision/shapes/CylinderShape.h @@ -57,7 +57,7 @@ class CylinderShape : public CollisionShape { /// Radius of the base decimal mRadius; - /// Half height of the cone + /// Half height of the cylinder decimal mHalfHeight; // -------------------- Methods -------------------- // diff --git a/src/constraint/HingeJoint.h b/src/constraint/HingeJoint.h index faf4c2e4..f9505992 100644 --- a/src/constraint/HingeJoint.h +++ b/src/constraint/HingeJoint.h @@ -49,10 +49,10 @@ struct HingeJointInfo : public JointInfo { /// Hinge rotation axis (in world-space coordinates) Vector3 rotationAxisWorld; - /// True if the slider limits are enabled + /// True if the hinge joint limits are enabled bool isLimitEnabled; - /// True if the slider motor is enabled + /// True if the hinge joint motor is enabled bool isMotorEnabled; /// Minimum allowed rotation angle (in radian) if limits are enabled.