![]() |
Copperfield Engine 0.1
C++ Game Engine
|
Basic colisions. More...
Functions | |
| Face | detectFaceCollision (const BoxCmp &me, const BoxCmp &other) |
| If two objects are colliding return the face of the box with which it collides. More... | |
| bool | collidesWith (const BoxCmp &me, const BoxCmp &other) |
| Detect if the BoxCmp are colliding. More... | |
Basic colisions.