Esempio n. 1
0
static cpFloat
getImpulse(cpGrooveJoint *joint)
{
	return cpvlength(joint->jAcc);
}
Esempio n. 2
0
static cpFloat
getImpulse(cpConstraint *joint)
{
    return cpvlength(((cpPivotJoint *)joint)->jAcc);
}