MCPcopy Create free account
hub / github.com/MeshInspector/MeshLib / fromPointTriples

Function fromPointTriples

source/MRMesh/MRMeshBuilder.cpp:874–877  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

872}
873
874Mesh fromPointTriples( const std::vector<Triangle3f> & posTriples )
875{
876 return Mesh::fromPointTriples( posTriples, false );
877}
878
879int uniteCloseVertices( Mesh & mesh, float closeDist, bool uniteOnlyBd, VertMap * optionalVertOldToNew )
880{

Callers 2

fromDxfFunction · 0.85
loadMeshesMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected