X.prod {GEOmap} | R Documentation |
Cross Product
Description
Vector Cross Product for spatial cartesian vectors
Usage
X.prod(a, b)
Arguments
a |
3-vector |
b |
3-vector |
Value
3-vector
Author(s)
Jonathan M. Lees<jonathan.lees@unc.edu>
Examples
v1 = c(1,1,1)
v2= c(-1, -1, 1)
X.prod(v1, v2)
[Package GEOmap version 2.5-11 Index]