PixelPreciseCollisionDetector

Capable of detecting collision on a pixel basis.

Members

Functions

areColliding
bool areColliding(CollisionShape a, CollisionShape b)

Tests two boxes together. Returns true on collision.

testAll
void testAll()
Undocumented in source. Be warned that the author may not have intended to support it.
testSingle
void testSingle(int objectA)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

cl
CollisionListener cl;
Undocumented in source.
objects
CollisionShape[int] objects;
Undocumented in source.

Meta