Click or drag to resize

Point2fCrossProduct Method (Point2f)

Calculates the cross product of two 2D vectors.

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

Parameters

p
Type: OpenCvSharpPoint2f

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

Return Value

Type: Double

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

See Also