cross_prod {threeBrain} | R Documentation |
Calculate cross-product of two vectors in '3D'
Description
Calculate cross-product of two vectors in '3D'
Usage
cross_prod(x, y)
Arguments
x , y |
3-dimensional vectors |
Value
A '3D' vector that is the cross-product of x
and y
[Package threeBrain version 1.2.0 Index]