cpPivotJoint

@private

struct cpPivotJoint {
cpConstraint constraint;
cpVect anchr1;
cpVect anchr2;
cpVect r1;
cpVect r2;
cpMat2x2 k;
cpVect jAcc;
cpVect bias;
}

Meta