Ejemplo n.º 1
0
 /// <summary>
 /// Removes all unused elements from the graph.
 /// </summary>
 public void Compact()
 {
     Vertices.Compact();
     Halfedges.Compact();
 }