Matt Sutton

Results 4 issues of 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...

enhancement

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...