public VoronoiPoint(SphereCoordinate point, bool calculated = false, VoronoiCell polygon = null)
 {
     Point = point;
     Calculated = calculated;
     Polygon = polygon;
 }
 public VoronoiPoint(SphereCoordinate point, bool calculated = false, VoronoiCell polygon = null)
 {
     Point      = point;
     Calculated = calculated;
     Polygon    = polygon;
 }