Click or drag to resize

Vector2Cross Method

Gets the 2d cross product.

Namespace:  Karamba.Geometry
Assembly:  KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
Syntax
public double Cross(
	Vector2 v
)

Parameters

v
Type: Karamba.GeometryVector2
Other vector to calculate the cross product with.

Return Value

Type: Double
2d cross product.
See Also