| 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
)
Public Function DotProduct (
p As Point
) As Double
public:
double DotProduct(
Point p
)
member DotProduct :
p : Point -> float
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