Description Usage Arguments Value See Also Examples
Compute the cross product of two 3D vectors.
1 | crossProduct(u, v)
|
u |
First vector |
v |
Second vector |
u X v
1 2 3 | ex <- c(1, 0, 0)
ey <- c(0, 1, 0)
ez <- crossProduct(ex, ey)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.