|
| void TA::Collision::Initialise
(
|
| DynamicObject *
|
pNewObjectA,
|
|
| DynamicObject *
|
pNewObjectB,
|
|
| float
|
fNewTime,
|
|
| float
|
fNewIntersectingDepth,
|
|
| const Vec3 &
|
v3NewPosition,
|
|
| const Vec3 &
|
v3NewNormal
|
| ) |
|
|
|
|
This function is used by the True Axis Physics SDK internally to initialise the collision data structure. |
|