powered by
Computes the cross product of two 3-dimensional vectors.
cross_prod(x, y)
A numeric vector representing the cross product of x and y.
x
y
A numeric vector representing the first 3D vector.
A numeric vector representing the second 3D vector.