Click or drag to resize

PointDotProduct Method (Point, Point)

Calculates the dot product of two 2D vectors.

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax
public static double DotProduct(
	Point p1,
	Point p2
)

Parameters

p1
Type: OpenCvSharpPoint

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

p2
Type: OpenCvSharpPoint

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

Return Value

Type: Double

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

See Also