Nudge Physics
A single file, header-only 3D physics library
|
The BodyMomentum struct. More...
#include <nudge.h>
Public Attributes | |
float | velocity [3] |
float | unused0 |
float | angular_velocity [3] |
float | unused1 |
The BodyMomentum struct.
float nudge::BodyMomentum::velocity[3] |
the body linear velocity in world space
float nudge::BodyMomentum::unused0 |
padding value used internally (better not touch)
float nudge::BodyMomentum::angular_velocity[3] |
the body angular velocity in world space
float nudge::BodyMomentum::unused1 |
padding value (this is not used AFAIK)