Package pajammin :: Module physics :: Class _Collision
[show private | hide private]
[frames | no frames]

Class _Collision

Exception --+
            |
           _Collision


An exception that is raised when two objects collide. This is used internally by the physics engine's movement algorithm to handle collisions.
Method Summary
  __init__(self, collider, collidee, side, op_side)
    Inherited from Exception
  __getitem__(...)
  __str__(...)

Method Details

__init__(self, collider, collidee, side, op_side)
(Constructor)

Overrides:
exceptions.Exception.__init__