Click or drag to resize

Point2dCrossProduct Method (Point2d)

Calculates the cross product of two 2D vectors.

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

Parameters

p
Type: OpenCvSharpPoint2d

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

Return Value

Type: Double

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

See Also