$Date: 2005/10/23 10:49:44 $
$Revision: 1.7 $
-- creates a collision and takes the following arguments
-- 2 collidables
-- the center position of both (only 2 are looked for, since in most cases there are only 2) intersections
-- the tangential direction of the collision
-- a_time is between 0 and 1, and gives the time of the collision, if a search in depth was done
-- creates a collision and takes the following arguments
-- 2 collidables
-- the center position of both (only 2 are looked for, since in most cases there are only 2) intersections
-- the tangential direction of the collision
-- a_time is between 0 and 1, and gives the time of the collision, if a search in depth was done
-- both collidables
-- the tangential direction of the collision
-- the collision point (average of both intersections)
-- checks if a collidable is contained in this collision
-- the time at which the 2 collidables intersect the first time in a frame.
-- default is 1 (the end position), if no search in depth was done.
-- sets collidables
-- takes the following arguments
-- the center position of both (only 2 are looked for, since in most cases there are only 2) intersections
-- the tangential direction of the collision
Two collided objects, giving information about collision points and direction