pybox2d.Box2D.b2ContactEdge:
A contact edge is used to connect bodies and contacts together in a
contact graph where each body is a node and each contact is an
edge.
pybox2d.Box2D.b2TensorDampingController:
Applies top down linear damping to the controlled bodies The
damping is calculated by multiplying velocity by a matrix in local
co-ordinates.
pybox2d.Box2D.b2JointEdge:
A joint edge is used to connect bodies and joints together in a
joint graph where each body is a node and each joint is an edge.