Rahul Arora

Results 4 issues of Rahul Arora

This is more of a suggestion than an issue, but here are the steps I needed to run it on Windows: Remove the hardcoded path to `xelatex`, changing line `156`...

**Is your feature request related to a problem? Please describe.** I want to use nested prefixes. Consider this design where I have a class `Transform` containing a member of type...

feature

The system() call to generate MD5 hash was Mac-specific. Updated to include Linux and windows calls

[Line 14](https://github.com/alecjacobson/gptoolbox/blob/master/mesh/remove_unreferenced.m#L14) indicates that `IM` for the removed vertices is set to `-1`. But it's actually set so that the removed vertices have a value larger than `size(RV, 1)`. Line...