Vector2CrossProduct method
Implementation
double Vector2CrossProduct(
Vector2D v1,
Vector2D v2,
) => run(
() => _debugLabels.Vector2CrossProduct(v1, v2),
() => v1.crossProduct(v2),
);
double Vector2CrossProduct(
Vector2D v1,
Vector2D v2,
) => run(
() => _debugLabels.Vector2CrossProduct(v1, v2),
() => v1.crossProduct(v2),
);