rotateLeft(speed)
This will rotate the Body by the given speed to the left (counter-clockwise).
Parameters
| Name | Type | Description |
|---|---|---|
speed | number | The speed at which it should rotate. |
- Source code: physics/p2/Body.js (Line 650)
rotateLeft(speed)
This will rotate the Body by the given speed to the left (counter-clockwise).
| Name | Type | Description |
|---|---|---|
speed | number | The speed at which it should rotate. |
Please login to continue.