mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-07-14 16:14:38 +00:00
CollisionState membervar clarification
This commit is contained in:
parent
610667f760
commit
77e9f3c6d4
6 changed files with 130 additions and 130 deletions
|
|
@ -100,11 +100,11 @@ struct CollisionState
|
|||
{
|
||||
CollisionStateList* mLista;
|
||||
CollisionStateList* mListb;
|
||||
Convex* a;
|
||||
Convex* b;
|
||||
Convex* mA;
|
||||
Convex* mB;
|
||||
|
||||
F32 dist; // Current estimated distance
|
||||
VectorF v; // Vector between closest points
|
||||
F32 mDist; // Current estimated distance
|
||||
VectorF mDistvec; // Vector between closest points
|
||||
|
||||
//
|
||||
CollisionState();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue