Smilebags / p5.dimensions.js

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

Cross Product implementation #5

Closed Smilebags closed 7 years ago

Smilebags commented 7 years ago

@max0410, as you can see in the code, nCross is empty. If you're familiar with this, it would be awesome to be able to add that too.

max0410 commented 7 years ago

I just added a pull request. But keep in mind that cross functions only work with three dimensions

Smilebags commented 7 years ago

I had a suspicion that was true, and would explain why I couldn't figure out how to implement it in nD.. Thanks.