Matt Sutton
Matt Sutton
It seems like the functions `equivalentPointOnIntrinsic(const SurfacePoint& pointOnInput)` and `equivalentPointOnInput(const SurfacePoint& pointOnIntrinsic)` may be declared but not defined for `SignpostIntrinsicTriangulation`? When I grep the master branch I seem to find...
Hi Folks, Would it make sense to add stl iterator_categories (and all the other sundry stl iterator typedefs) for the RangeSetBase class? There are times when I would like to...
Would there be any interest in an implementation of this algorithm within geometry central? http://mesh.brown.edu/dgp/pdfs/Jones-sg03.pdf I have a naive implemetation that I would be happy to try to clean up...
In the function SimplePolygonMesh::readMeshFromBinaryStlFile(std::istream& in) we need to seek back to the beginning of the file before processing the 80 byte header and triangle count. In the calling function, the...
This PR tries to address this issue: https://github.com/nmwsharp/polyscope/issues/337
Once again, thanks for the great library! I noticed the docs say that volume meshes can support hexes and tets, and even a mixture of the two. For the latter...