#include <cassert>
#include "print.h"
Go to the source code of this file.
Namespaces | |
| namespace | euler |
mef(e1, e2): subdivide edge loop (the loop l1 of e1, and the loop l2 of e2, are assumed to be from the same loop) into v1v2+[e2, e1) (change in place), and v2v1+[e1,e2) (as new edge loop of new face).
It sets the new half edges to the loop headers, and returns the loop in the new face.
Definition in file mef.cpp.
1.4.6