-
Notifications
You must be signed in to change notification settings - Fork 0
B2d_body_apply_impulse_angular
hpgDesigns edited this page Aug 8, 2021
·
1 revision
Applies the magnitude of angular impulse in newtons to the given body.
| Parameter | Description |
|---|---|
| id | index of the body |
| impulse | impulse (Newtons) |
void: This function does not return anything.
// demonstrates applying an counter-clockwise angular impulse of 1000N to the body
b2d_apply_impulse_angular(mybody, -1000);
NOTOC
This is number 1