Exemple #1
0
 public Delaunator(bool enableVoronoi)
 {
     History = new algotracking.AlgorithmHistory();
     if (enableVoronoi)
     {
         AlgorithmId      = 22;
         voronoiOperation = enableVoronoi;
     }
     else
     {
         AlgorithmId = 21;
     }
 }
Exemple #2
0
 public Delaunator()
 {
     History = new algotracking.AlgorithmHistory();
     //AlgorithmIndex = 5;
     AlgorithmId = 21;
 }