AABB aabb({required double width, required double height}) => AABB(position, width: width * zoom, height: height * zoom);