Evan Jones

Results 5 comments of Evan Jones

I love that idea! And thanks for taking all these requests from different directions; I know it can seem like an endless chore.

You can also just use the reasonably maintained `euclid3` fork. It's on PyPI, so you can just do `pip install euclid3` and then `import euclid3` in your Python code.

Nice work, Dov. Can you comment on any changes needed for swapping out npeuclid for pyeuclid? Looks like all mutating functions, like `Transform.rotate()` are now pure (Props!). Anything else we...

I did find an answer to my particular question in one of the test files, so [that](https://github.com/robbykraft/Origami/tree/master/tests) seems like a good place to start. I suspect that for something more...

This is really aces, Robby. Thanks so much for the comprehensive answers. It’ll take me a bit to work through it all, but this should be a big help in...