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