rect3C method

RectangleC rect3C(
  1. RectangleC o
)

Implementation

RectangleC rect3C(RectangleC o) => rect3(o.x, o.y, o.width, o.height);