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.Platform.NetStandard (in Emgu.CV.Platform.NetStandard.dll) Version: 4.3.0.3890
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