translate method

AABB translate(
  1. Vec2D vec
)

Implementation

AABB translate(Vec2D vec) => offset(vec.x, vec.y);