cross_prod {rayvertex} | R Documentation |
Cross Product
Description
Computes the cross product of two 3-dimensional vectors.
Usage
cross_prod(x, y)
Arguments
x |
A numeric vector representing the first 3D vector. |
y |
A numeric vector representing the second 3D vector. |
Value
A numeric vector representing the cross product of x
and y
.
[Package rayvertex version 0.10.4 Index]