#include "../Common/MFrame.h"
#include "Collision.inl"
Go to the source code of this file.
Namespaces | |
| namespace | TA |
Data Structures | |
| struct | TA::Collision |
| Stores collision details. More...
| |
| class | TA::PreCollision |
| Stores collision details. More...
| |
| class | TA::PostCollision |
| Stores collision details. More...
| |
Defines | |
| #define | TA_DEFINE_SIMPLE_VS_SIMPLE_COLLISION(FunctionName) |
| #define | TA_DEFINE_FRIEND_SIMPLE_VS_SIMPLE_COLLISION(FunctionName) friend TA_DEFINE_SIMPLE_VS_SIMPLE_COLLISION(FunctionName) |
| #define | TA_DEFINE_SIMPLE_VS_COMPLEX_COLLISION(FunctionName) |
| #define | TA_DEFINE_FRIEND_SIMPLE_VS_COMPLEX_COLLISION(FunctionName) friend TA_DEFINE_SIMPLE_VS_SIMPLE_COLLISION(FunctionName) |