Return the cross product of two 3D point

Namespace:  Emgu.CV.Structure
Assembly:  Emgu.CV (in Emgu.CV.dll) Version: 2.1.0.793 (2.1.0.793)

Syntax

         
 C#  Visual Basic  Visual C++ 
public MCvPoint3D64f CrossProduct(
	MCvPoint3D64f point
)
Public Function CrossProduct ( _
	point As MCvPoint3D64f _
) As MCvPoint3D64f
public:
MCvPoint3D64f CrossProduct(
	MCvPoint3D64f point
)

Parameters

point
MCvPoint3D64f
the other 3D point

Return Value

The cross product of the two 3D point

See Also