Point2f.DotProduct Method (Point2f)
|
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(
Point2f p
)
Public Function DotProduct (
p As Point2f
) As Double
public:
double DotProduct(
Point2f p
)
member DotProduct :
p : Point2f -> float
Parameters
- p
- Type: OpenCvSharp.Point2f
Return Value
Type:
Double
See Also