|  | Copperfield Engine 0.1
    C++ Game Engine | 
Collisions. More...
Go to the source code of this file.
| Namespaces | |
| namespace | coma | 
| copperdielf Math Library | |
| namespace | coma::cols | 
| Basic colisions. | |
| Enumerations | |
| enum | Face | 
| The faces of a cube colision. | |
| Functions | |
| Face | coma::cols::detectFaceCollision (const BoxCmp &me, const BoxCmp &other) | 
| If two objects are colliding return the face of the box with which it collides.  More... | |
| bool | coma::cols::collidesWith (const BoxCmp &me, const BoxCmp &other) | 
| Detect if the BoxCmp are colliding.  More... | |
Collisions.