create method

Rectangle<double> create()

Implementation

math.Rectangle<double> create() =>
    math.Rectangle<double>(ref.x, ref.y, ref.w, ref.h);