Collision Detection: Options and Usage

PreviousNext

Collision Testsuite

The Collision Testsuite example shows all functionality of the Collision Detection Library with graphical output of the collidables and the found collisions, which may be rotated or drag and dropped.

Collision

COLLISION is an example of how to use the collision detection of EiffelMedia. Collision handling was done with simple reflections along the intersection direction, which results in collidables clogging together. This is intended, in order to show that just simply changing the directions of the objects does not suffice for collision handling, if there are multiple collisions at one given time.

Polygon Editor

The Polygon Editor is a tool, with which one can create two-dimensional objects, that can be exported and used for collision detection.