Tagged Questions
9
votes
2answers
390 views
Creating randomly oriented planes
I would like to create randomly oriented planes.
This is how I'm attempting to do that:
I create a 2 random unit vectors, $\mathbf{v}_1$, and $\mathbf{v}_2$, in the $x$-$y$ plane
I assume that if I ...