extprod3d {geometry} | R Documentation |
Compute external- or ‘cross’- product of 3D vectors.
Description
Computes the external product
of the 3D vectors in x and y.
Usage
extprod3d(x, y, drop = TRUE)
Arguments
x |
|
y |
|
drop |
logical. If |
Value
If n
is greater than 1 or drop
is
FALSE
, n
-by-3 matrix; if n
is 1 and
drop
is TRUE
, a vector of length 3.
Author(s)
Raoul Grasman
See Also
[Package geometry version 0.4.7 Index]