public class RopeJointDef extends JointDef
Modifier and Type | Field and Description |
---|---|
Vec2 |
localAnchorA
The local anchor point relative to bodyA's origin.
|
Vec2 |
localAnchorB
The local anchor point relative to bodyB's origin.
|
float |
maxLength
The maximum length of the rope.
|
Constructor and Description |
---|
RopeJointDef() |
public final Vec2 localAnchorA
public final Vec2 localAnchorB
public float maxLength
Copyright © 2017. All Rights Reserved.