Click or drag to resize

PointCrossProduct Method (Point, Point)

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(
	Point p1,
	Point p2
)

Parameters

p1
Type: OpenCvSharpPoint
p2
Type: OpenCvSharpPoint

Return Value

Type: Double
See Also