Core Concept: The [x, y, radius] Polygon Model
masterRound-Anything is built around a specific data structure for defining shapes. Instead of standard 2D coordinates, the core of the library uses a list of polygon points where each point is defined as a triplet: [x, y, radius].
This approach allows you to define complex geometry by specifying a coordinate and an associated radius at every vertex, making it easier to manage internal and external radii which are traditionally difficult to handle in OpenSCAD. The library then leverages this 2D sketch paradigm to extrude shapes into 3D parts.