View source: R/add_plane_uv_mesh.R
cross_prod | R Documentation |
Computes the cross product of two 3-dimensional vectors.
cross_prod(x, y)
x |
A numeric vector representing the first 3D vector. |
y |
A numeric vector representing the second 3D vector. |
A numeric vector representing the cross product of x
and y
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.