Collider:getAngularVelocity
EditReturns the angular velocity of the Collider.
vx, vy, vz = Collider:getAngularVelocity()
Arguments
None
Returns
Name | Type | Description |
vx | number | The x component of the angular velocity. |
vy | number | The y component of the angular velocity. |
vz | number | The z component of the angular velocity. |