powered by
returns cross product of two vectors in list format
CROSSL(A1, A2)
List
input vector
azimuth, degrees
dip, degrees
list x,y,z
Jonathan M. Lees<jonathan.lees@unc.edu>
RSEIS::xprod
A1 = list(x=1,y=2, z=3) A2 = list(x=12,y=-2, z=-5) N = CROSSL(A1, A2)
Run the code above in your browser using DataLab