bottomCenter property

Vec2D bottomCenter

Implementation

Vec2D get bottomCenter => Vec2D.fromValues(minimum.x + width / 2, maximum.y);