Actions
Feature #10074
closed[PATCH] generalize Vector#cross_product
Feature #10074:
[PATCH] generalize Vector#cross_product
Description
Usually We use cross_product in only 3 dimensions.
Sometimes we want to handle cross_product in n-dimensions.
But I recognize Ruby should be not for mathematician but rubyist.
Ruby doesn't need too academic method.
So If you think it is too academic you can ignore my patches.
Files
Actions