www.emgu.com/wiki
Calculates the cross product of two 3D vectors

Declaration Syntax
Public Shared Sub cvCrossProduct ( _
src1 As IntPtr, _
src2 As IntPtr, _
dst As IntPtr _
)

Parameters
- src1 (IntPtr)
- The first source vector
- src2 (IntPtr)
- The second source vector
- dst (IntPtr)
- The destination vect
Assembly:
Emgu.CV (Module: Emgu.CV) Version: 1.3.0.0 (1.3.0.0)