In file DVector.cpp:

DIVAMatrixExport void CDVector::CrossProduct( const CDVector &v1, const CDVector &v2)

Forms the cross product of two vectors.

Documentation

Forms the cross product of two vectors and store the result in this. If the vector does have the correct size, it will be resized.

Returns:
Nothing.
Parameters:
v1 - Input vector.
v2 - Input vector.
Author:
Mikkel B. Stegmann
Version:
3-16-2001


Back DIVA Reference Manual The DIVA-Site