Modify comments

This commit is contained in:
Daniel Chappuis 2013-09-25 00:11:23 +02:00
parent a76100a378
commit 97b0903a9d
2 changed files with 3 additions and 3 deletions

View File

@ -57,7 +57,7 @@ class CylinderShape : public CollisionShape {
/// Radius of the base /// Radius of the base
decimal mRadius; decimal mRadius;
/// Half height of the cone /// Half height of the cylinder
decimal mHalfHeight; decimal mHalfHeight;
// -------------------- Methods -------------------- // // -------------------- Methods -------------------- //

View File

@ -49,10 +49,10 @@ struct HingeJointInfo : public JointInfo {
/// Hinge rotation axis (in world-space coordinates) /// Hinge rotation axis (in world-space coordinates)
Vector3 rotationAxisWorld; Vector3 rotationAxisWorld;
/// True if the slider limits are enabled /// True if the hinge joint limits are enabled
bool isLimitEnabled; bool isLimitEnabled;
/// True if the slider motor is enabled /// True if the hinge joint motor is enabled
bool isMotorEnabled; bool isMotorEnabled;
/// Minimum allowed rotation angle (in radian) if limits are enabled. /// Minimum allowed rotation angle (in radian) if limits are enabled.