Vector2Multiply method
See Vector2D.mul.
Implementation
Vector2D Vector2Multiply(
Vector2D v1,
Vector2D v2,
) => run(
() => _debugLabels.Vector2Multiply(v1, v2),
() => v1.mul(v2),
);
See Vector2D.mul.
Vector2D Vector2Multiply(
Vector2D v1,
Vector2D v2,
) => run(
() => _debugLabels.Vector2Multiply(v1, v2),
() => v1.mul(v2),
);