| Point2fDotProduct Method (Point2f, Point2f) |
Calculates the dot product of two 2D vectors.
Namespace:
OpenCvSharp
Assembly:
OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax public static double DotProduct(
Point2f p1,
Point2f p2
)
Public Shared Function DotProduct (
p1 As Point2f,
p2 As Point2f
) As Double
public:
static double DotProduct(
Point2f p1,
Point2f p2
)
static member DotProduct :
p1 : Point2f *
p2 : Point2f -> float
Parameters
- p1
- Type: OpenCvSharpPoint2f
[Missing <param name="p1"/> documentation for "M:OpenCvSharp.Point2f.DotProduct(OpenCvSharp.Point2f,OpenCvSharp.Point2f)"]
- p2
- Type: OpenCvSharpPoint2f
[Missing <param name="p2"/> documentation for "M:OpenCvSharp.Point2f.DotProduct(OpenCvSharp.Point2f,OpenCvSharp.Point2f)"]
Return Value
Type:
Double[Missing <returns> documentation for "M:OpenCvSharp.Point2f.DotProduct(OpenCvSharp.Point2f,OpenCvSharp.Point2f)"]
See Also