VecRect2f constructor
Implementation
factory VecRect2f([int length = 0, double x = 0, double y = 0, double width = 0, double height = 0]) =>
VecRect2f.generate(length, (i) => Rect2f(x, y, width, height));
factory VecRect2f([int length = 0, double x = 0, double y = 0, double width = 0, double height = 0]) =>
VecRect2f.generate(length, (i) => Rect2f(x, y, width, height));