Property | Type | Description | |
---|---|---|---|
biasFactor | float | ||
maxImpulse | float | ||
softness | float |
Method | Description | |
---|---|---|
AngleJoint ( Body bodyA, Body bodyB ) : System |
Constructor for AngleJoint
|
|
getReactionForce ( float invDt ) : Vector2 | ||
getReactionTorque ( float invDt ) : float |
Method | Description | |
---|---|---|
AngleJoint ( ) : System | ||
initVelocityConstraints ( SolverData &data ) : void | ||
solvePositionConstraints ( SolverData &data ) : bool | ||
solveVelocityConstraints ( SolverData &data ) : void |
public AngleJoint ( Body bodyA, Body bodyB ) : System | ||
bodyA | Body | The first body |
bodyB | Body | The second body |
return | System |
public getReactionForce ( float invDt ) : Vector2 | ||
invDt | float | |
return | Vector2 |
public getReactionTorque ( float invDt ) : float | ||
invDt | float | |
return | float |