behdad / box2d

Automatically exported from code.google.com/p/box2d
2 stars 12 forks source link

Request a function for Rope Joint #240

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Declaration:

void SetMaxLength(float32 maxLength);

Definition:

void b2RopeJoint::SetMaxLength(float32 maxLength)
{
m_maxLength = maxLength;
}

:P:)

Original issue reported on code.google.com by XoLaM...@gmail.com on 4 Sep 2011 at 10:42

GoogleCodeExporter commented 9 years ago

Original comment by erinca...@gmail.com on 8 Sep 2011 at 2:28