#include "euler.h"
#include <cassert>
#include <utility>
Go to the source code of this file.
Namespaces | |
| namespace | euler |
| namespace | std |
make edge and vertex: subdivision the cycle of half edges emanating from a vertex; return the new half edge tailed at new vertex. the pair of half edges is either inserted as 2 consecutive half edges in a loop, or inserted separately into two loops of two faces.
Definition in file mev.cpp.
1.4.6