Nicholas Sharp

Results 258 comments of Nicholas Sharp

Thank you for this! I adapted it in d1db3bb8fbcc8507f90bfbe9194487073e5fab96. New version will be coming soon. I made a few small changes, most importantly taking the direction as xyz world coordinates,...

P.S. I forgot to do it on that one, but I also added you as a coauthor on the next commit so you don't get robbed of showing up as...

Hi! This seems very cool! I've never dealt with this before, so just to check my understanding: some compilers don't support RTTI, which is used under-the-hood e.g. when calling `dyanmic_cast`,...

Ah, thank you for the explanation! I see the value of this, but I think it is very important to keep the core library as simple and low-maintenance as possible,...

(fyi the CI fixed now, it's updated to use github actions)

Whoops! You're totally right, thanks for pointing it out. I really need to get that Polycope update released.... I'll create an issue for myself there to try not to forget.

Hi! Thanks for the interest in the library. If I understand the question correctly, there should be no problem using this method for an occupancy function. I did so to...

yeah, I think that sounds right to me. In terms of detecting when something has gone wrong and automatically tuning `eps`, I'm not sure, I've never really explored that. You...

Re naming for `simple` polygon Laplacian (thanks for the ideas @fire!). Personally I think the name 'simple' is perfectly good. It matches the title of the paper it comes from....

thanks for this, it would be great to cleanly shutdown & reinitialize (some sloppy engineering on my part that I have put off fixing for many years) I'm afraid of...