Collects several figures into one.
A collection of figures.
The relative position of such a figure.
A shapes assembled from many shapes.
auto multi = Shape.Mutli([ Shape.Line(Vecf(0,0), Vecf(32,32)), Shape.Rectangle(Vecf(32,0), Vecf(64, 32)), ... ]);
See Implementation
Collects several figures into one.