Returns the shape as a polygon.
An array of polygon vertices.
Polygon position.
Polygon.
auto triangle = Shape.Polygon([ Vecf(64, 32), Vecf(32, 64), Vecf(96, 64) ]);
See Implementation
Returns the shape as a polygon.