palDvxv

Vector product of two 3-vectors

Description:

Vector product of two 3-vectors.

Invocation

palDvxv( double va[3], double vb[3], double vc[3] );

Arguments

va = double [3] (Given)
First vector
vb = double [3] (Given)
Second vector
vc = double [3] (Returned)
Result vector

Notes: