Set the central point of BoundingBox.
Rectangle rect; rect.center = 2; assert(rect.size == Rectangle.init.size); rect.center = [1, 2]; assert(rect.size == Rectangle.init.size);
See Implementation
Set the central point of BoundingBox.