Example #1
0
 public AdvancingFrontNode LocateNode(TriangulationPoint point)
 {
     return(Front.LocateNode(point));
 }