SuperDex Physics C++ API
Loading...
Searching...
No Matches
superdex::NodeContactForce Struct Reference

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).

Detailed Description

Contact force applied to a specific node.

Note
Available via Actor::GetNodeContactForcesWorld after registering QueryType::NodeContactForces.
See also
QueryType::NodeContactForces, Actor::RegisterQuery, Actor::GetNodeContactForcesWorld

Definition at line 467 of file mochi_structs.h.

Member Data Documentation

◆ force

Real3 superdex::NodeContactForce::force = {}

Contact force [N] applied to the node.

Definition at line 470 of file mochi_structs.h.

◆ index

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.


The documentation for this struct was generated from the following files: