Rob McDonald
Rob McDonald
I have a polygon mesh. I need to triangulate it to visualize with OpenGL. I am using SurfaceTriangulation to do this (I see the example visualization code has its own...
Thanks for your work on this algorithm and for making it available. Have you considered modifying the implementation to use [robust geometric predicates](https://www.cs.cmu.edu/afs/cs/project/quake/public/code/predicates.c)? The hope would be that it would...
I am interested in trying out TriWild as a replacement for Triangle in my program. Is there a mailing list or forum or other place to ask questions? I always...
Thanks for all your work and for making this convex hull library available. I am evaluating it for use in my program. My data sets will often contain a bunch...
It appears that Delabella does not work in Rosetta2 on M1 Macs. At present, some unrelated issues prevent me from compiling my application as a native aarch64 application for M1...
I haven't had time to fully investigate, but users of my program with a custom locale set report writing corrupted files after exporting IGES files. My program uses the C...
The documentation for elliptic123 leads me to believe that this call should be in the range that Passes. [K,E,Pi]=elliptic123(0.358, 0.99958) However, when I compare it with the built-in ellipticPi(0.9958, 0.358),...
@brandon-litherland Reported: I set a Conformal inside a default fuselage, set the U trimming to 10 and 20 dimensional, then changed the Fuselage length. It worked just as it should...
Thanks for making Visilib available as open source and for all your work. I am interested in calling Visilib from my program. While my program is open source, it is...
I love git-imerge and tell everyone how great it is every chance I get. I describe it as power steering for git. I am a rebase always kind of git...