|
Vec3 | Manta::ButterflySubdivision (Mesh &m, const Corner &ca, const Corner &cb) |
|
Vec3 | Manta::OneSidedButterflySubdivision (Mesh &m, const int valence, const Corner &c) |
|
Vec3 | Manta::ModifiedButterflySubdivision (Mesh &m, const Corner &ca, const Corner &cb, const Vec3 &fallback) |
|
void | Manta::CollapseEdge (Mesh &m, const int trinum, const int which, const Vec3 &edgevect, const Vec3 &endpoint, vector< int > &deletedNodes, std::map< int, bool > &taintedTris, int &numCollapses, bool doTubeCutting) |
|