Click or drag to resize

PointCrossProduct Method (Point)

Calculates the cross product of two 2D vectors.

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax
public double CrossProduct(
	Point p
)

Parameters

p
Type: OpenCvSharpPoint

[Missing <param name="p"/> documentation for "M:OpenCvSharp.Point.CrossProduct(OpenCvSharp.Point)"]

Return Value

Type: Double

[Missing <returns> documentation for "M:OpenCvSharp.Point.CrossProduct(OpenCvSharp.Point)"]

See Also