getCenterOfGravity method

Vector2 getCenterOfGravity()

Get the offset of the center of gravity in body local coordinates.

Implementation

Vector2 getCenterOfGravity() => _body.getCenterOfGravity();