static void FlipEdge(Halfedge e, Stack <Halfedge> flipStack) { e.Flip(); }
static void FlipEdge(Halfedge e, Stack<Halfedge> flipStack) { e.Flip(); }