drawJoint(scale, world, joint)
Renders a joint in a box2d world to the processing window.
| Name | Type | Description |
|---|---|---|
| scale | float | scale factor for physics. See also: scaleFactor |
| world | World | world that the joint is in. See also: createWorld |
| joint | Joint | joint that this function renders. |
| Returns | void |