Smilebags / p5.dimensions.js

An addon for p5.js which adds support for higher dimensional calculations.
72 stars 24 forks source link

Added a Vector.add(vector) property #4

Closed max0410 closed 7 years ago

Smilebags commented 7 years ago

Sorry I didn't see this PR earlier, I have been adding new functions and only saw this at the end of it all. I haven't had a thorough look through your code but maybe you can find some optimisations in the current master branch.

I wanted to let you know I'm thinking of developing a wider range of functions etc for multidimensional calculations in p5 and seems like you're keen to work on it too, I would be more than happy for you to contribute any thoughts/ideas you have into the p5.dimensions.js repo.

On that note, do you have a solid understanding of cross products? I'm having difficulties implementing it and was looking for your help. I'll create an issue to track it. #5

max0410 commented 7 years ago

I would love to continue to work on this with you!

Also as you probably saw already, I did recently add the cross function.