Click or drag to resize

Point2fCrossProduct Method (Point2f, Point2f)

Calculates the cross product of two 2D vectors.

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 3.4.1.20180605-33-CaRLSharp
Syntax
public static double CrossProduct(
	Point2f p1,
	Point2f p2
)

Parameters

p1
Type: OpenCvSharpPoint2f
p2
Type: OpenCvSharpPoint2f

Return Value

Type: Double
See Also