menu
liquid2d package
documentation
liquid2d.dart
Body
getAngularVelocity method
getAngularVelocity method
dark_mode
light_mode
getAngularVelocity
method
double
getAngularVelocity
(
)
Get the angular velocity of the body.
Implementation
double getAngularVelocity() => _body.getAngularVelocity();
liquid2d package
documentation
liquid2d
Body
getAngularVelocity method
Body class