getCenterOfGravity method
Vector2
getCenterOfGravity()
Get the centroid of this shape.
Implementation
Vector2 getCenterOfGravity() => _shape.getCenterOfGravity();
Get the centroid of this shape.
Vector2 getCenterOfGravity() => _shape.getCenterOfGravity();