Click or drag to resize

PointDotProduct Method (Point)

Calculates the dot product of two 2D vectors.

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax
public double DotProduct(
	Point p
)

Parameters

p
Type: OpenCvSharpPoint

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

Return Value

Type: Double

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

See Also