public void Add(pPointType p) { vertices.Add(p); }
public PointType(pPointType p) { this.x = p.X; this.y = p.Y; }