Return the dot product of two 3D point

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

Syntax

         
 C#  Visual Basic  Visual C++ 
public float DotProduct(
	MCvPoint3D32f point
)
Public Function DotProduct ( _
	point As MCvPoint3D32f _
) As Single
public:
float DotProduct(
	MCvPoint3D32f point
)

Parameters

point
MCvPoint3D32f
the other 3D point

Return Value

The dot product of the two 3D point

See Also