Click or drag to resize

Point2dDotProduct Method (Point2d)

Calculates the dot product of two 2D vectors.

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

Parameters

p
Type: OpenCvSharpPoint2d

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

Return Value

Type: Double

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

See Also