Click or drag to resize

PointCrossProduct Method (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 double CrossProduct(
	Point p
)

Parameters

p
Type: OpenCvSharpPoint

Return Value

Type: Double
See Also