Click or drag to resize
MCvPoint3D64fDotProduct Method
http://www.emgu.com
Return the dot product of two 3D point

Namespace: Emgu.CV.Structure
Assembly: Emgu.CV (in Emgu.CV.dll) Version: 3.0.0.2161 (3.0.0.2161)
Syntax
public double DotProduct(
	MCvPoint3D64f point
)

Parameters

point
Type: Emgu.CV.StructureMCvPoint3D64f
the other 3D point

Return Value

Type: Double
The dot product of the two 3D point
See Also