Click or drag to resize

Vector2CcwD(Vector2, Vector2) Method

Cross product of two Vector2s

Namespace: Microsoft.DirectX
Assembly: Demo3D.Common (in Demo3D.Common.dll) Version: 19.00.00
Syntax
C#
public static double CcwD(
	Vector2 l,
	Vector2 r
)

Parameters

l  Vector2
Left-hand side Vector2
r  Vector2
Right-hand side Vector2

Return Value

Double
Cross product as a Double
See Also