Class Polygon

Class Documentation

class Polygon

Public Functions

Polygon()
Polygon(const Polygon &other)
Polygon &operator=(const Polygon &other)
Polygon(double Xs[], double Ys[], int numVertx)
bool VertexInPolygon(Vertex vertex)
double *GetXVerticies()
double *GetYVerticies()
double GetXVerticie(int num)
double GetYVerticie(int num)
int GetNumVerticies()
bool LineOverlapsPolygon(Vertex start, Vertex end)
~Polygon()