PointDotProduct Method (Point)
|
Calculates the dot product of two 2D vectors.
Namespace:
OpenCvSharp
Assembly:
OpenCvSharp (in OpenCvSharp.dll) Version: 3.4.1.20180605-33-CaRLSharp
Syntaxpublic 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
Return Value
Type:
Double
See Also