Hacker News new | ask | show | jobs
by adwn 1749 days ago
That works for 3D space. What about n-dimensional vectors?
1 comments

You just do the cross product for n dimensions which is the determinant with n dimensions. [i j k m ...], with vector u, v, w, s, ....

Its the same for all dimensions.