cross_prod {rayvertex} | 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
.