create method

Rectangle<double> create()

Implementation

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