#include <collision_desc.h>
Inheritance diagram for NLPACS::CCollisionDesc:

Nevrax France
Definition at line 45 of file collision_desc.h.
Public Member Functions | |
| void | serial (NLMISC::IStream &stream) |
| void | XChgContactNormals () |
Data Fields | |
| NLMISC::CVectorD | ContactNormal0 |
| NLMISC::CVectorD | ContactNormal1 |
| NLMISC::CVectorD | ContactPosition |
| double | ContactTime |
|
|
|
|
|
Definition at line 49 of file collision_desc.h. Referenced by NLPACS::CPrimitiveWorldImage::evalCollision().
00050 {
00051 NLMISC::CVectorD tmp=ContactNormal0;
00052 ContactNormal0=ContactNormal1;
00053 ContactNormal1=tmp;
00054 }
|
|
|
|
|
1.3.6