Vector2Add method
See Vector2D.add.
Implementation
Vector2D Vector2Add(
Vector2D v1,
Vector2D v2,
) => run(
() => _debugLabels.Vector2Add(v1, v2),
() => v1.add(v2),
);
See Vector2D.add.
Vector2D Vector2Add(
Vector2D v1,
Vector2D v2,
) => run(
() => _debugLabels.Vector2Add(v1, v2),
() => v1.add(v2),
);