Home
last modified time | relevance | path

Searched refs:remove_nonmanifold (Results 1 – 5 of 5) sorted by relevance

/dports/graphics/instant-meshes/instant-meshes-0.0-42-g4a083f4/src/
H A Dcleanup.h18 extern void remove_nonmanifold(MatrixXu &F, MatrixXf &V, MatrixXf &Nf);
H A Dcleanup.cpp18 void remove_nonmanifold(MatrixXu &F, MatrixXf &V, MatrixXf &Nf) { in remove_nonmanifold() function
H A Dextract.cpp1003 remove_nonmanifold(F, O, Nf); in extract_faces()
/dports/graphics/blender/blender-2.91.0/extern/quadriflow/src/
H A Ddedge.hpp21 void remove_nonmanifold(std::vector<Vector4i> &F, std::vector<Vector3d> &V);
H A Ddedge.cpp331 void remove_nonmanifold(std::vector<Vector4i>& F, std::vector<Vector3d>& V) { in remove_nonmanifold() function