getVelocityAtWorldPoint method
Vector2
getVelocityAtWorldPoint({
- required Vector2 point,
Get the velocity on a body (in world units) at a point on the body in world coordinates.
Implementation
Vector2 getVelocityAtWorldPoint({required Vector2 point}) => _body.getVelocityAtWorldPoint(point: point);