#include <S2_Interaction.h>
Public Member Functions | |
| Interaction () | |
| virtual | ~Interaction () |
| void | Debug () |
Bookkeeping methods | |
| InteractionID | GetId () |
Private Attributes | |
| InteractionID | m_id |
This class represents a physical Interaction between N Objects (N to N interaction),that couples their calculations.
Constraints, Contacts, Collisions or N to N Force Fields are all Interactions.
Interaction establishes a dependence between Objects that must be taken into account when modifying them (initialization, modificacion, update...)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1.3.5