Click or drag to resize

MCvPoint3D32fDotProduct Method

http://www.emgu.com
Return the dot product of two 3D point

Namespace:  Emgu.CV.Structure
Assembly:  Emgu.CV.World (in Emgu.CV.World.dll) Version: 4.1.1.3497 (4.1.1.3497)
Syntax
public float DotProduct(
	MCvPoint3D32f point
)

Parameters

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

Return Value

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