|
Rapier C — 3D / f64 0.36.0+c.0
|
Impulses applied by an impulse joint during the last step, along the axes of its joint frame. More...
#include <rapier.h>
Data Fields | |
| struct R3Vector | linear |
| Impulse applied along the locked translational axes. | |
| R3AngVector | angular |
| Angular impulse applied along the locked rotational axes (a scalar in 2D). | |
| R3Real | limits [R3_JOINT_DOF_COUNT] |
| Impulse applied by the limit of each axis, in translation-then-rotation order. | |
| R3Real | motors [R3_JOINT_DOF_COUNT] |
| Impulse applied by the motor of each axis, in translation-then-rotation order. | |
Impulses applied by an impulse joint during the last step, along the axes of its joint frame.
| R3AngVector R3JointImpulses::angular |
Angular impulse applied along the locked rotational axes (a scalar in 2D).
| R3Real R3JointImpulses::limits[R3_JOINT_DOF_COUNT] |
Impulse applied by the limit of each axis, in translation-then-rotation order.
| struct R3Vector R3JointImpulses::linear |
Impulse applied along the locked translational axes.
| R3Real R3JointImpulses::motors[R3_JOINT_DOF_COUNT] |
Impulse applied by the motor of each axis, in translation-then-rotation order.