Function Joint2D.bias
When nodeA
and nodeB
move in different directions the bias
controls how fast the joint pulls them back to their original position. The lower the bias
the more the two bodies can pull on the joint.
double bias() nothrow @property @nogc;
void bias
(
double v
) nothrow @property @nogc;