#include "polygon.hpp" Coefficients Polygon::coefficients; Polygon::Polygon(string str){ Vertex v(0,0); indices.insert({v,0}); vertices.push_back(v); length=0; size_t i=0; size_t l=str.size(); if(l==0) return; char c=str[0]; while(i