CvPointDotProduct Method (CvPoint) OpenCvSharp Class Library
Calculates the dot product of two 2D vectors.

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

public double DotProduct(
	CvPoint p
)

Parameters

p
Type: OpenCvSharpCvPoint

[Missing <param name="p"/> documentation for "M:OpenCvSharp.CvPoint.DotProduct(OpenCvSharp.CvPoint)"]

Return Value

Type: Double

[Missing <returns> documentation for "M:OpenCvSharp.CvPoint.DotProduct(OpenCvSharp.CvPoint)"]

See Also

Reference