Class pymunk.Arbiter

Class for tracking collisions between shapes.

Methods

  __init__(self, arbiter, shapes, static_shapes)

Properties

  contacts
Information on the contact points between the objects.
  a
The first shape involved in the collision
  b
The second shape involved in the collision
  elasticity
Elasticity
  friction
Friction
  surface_velocity
Surface velocity
  stamp
Time stamp of the arbiter.

Property Details

contacts

Information on the contact points between the objects.

a

The first shape involved in the collision

b

The second shape involved in the collision

elasticity

Elasticity

friction

Friction

surface_velocity

Surface velocity

stamp

Time stamp of the arbiter. (from the space)