Return the cross product of two 3D point

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

Syntax

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

Parameters

point
Type: Emgu.CV.Structure..::.MCvPoint3D32f
the other 3D point

Return Value

The cross product of the two 3D point

See Also