getVelocityAtLocalPoint method
Vector2
getVelocityAtLocalPoint(
- Vector2 point
Get the velocity on a body (in world units) at a point on the body in local coordinates.
Implementation
Vector2 getVelocityAtLocalPoint(Vector2 point) => _body.getVelocityAtLocalPoint(point);