|
SuperDex Physics C++ API
|
Contact force applied to a specific node. More...
#include <mochi_structs.h>
Public Attributes | |
| Real3 | force = {} |
| Contact force [N] applied to the node. | |
| int | index = 0 |
| Node index in the volumetric mesh (for actors with a volumetric mesh) or surface mesh (for actors without a volumetric mesh). | |
Contact force applied to a specific node.
Definition at line 467 of file mochi_structs.h.
| Real3 superdex::NodeContactForce::force = {} |
Contact force [N] applied to the node.
Definition at line 470 of file mochi_structs.h.
| int superdex::NodeContactForce::index = 0 |
Node index in the volumetric mesh (for actors with a volumetric mesh) or surface mesh (for actors without a volumetric mesh).
Definition at line 468 of file mochi_structs.h.