Vector2Negate method
See Vector2D.negate.
Implementation
Vector2D Vector2Negate(
Vector2D v,
) => run(
() => _debugLabels.Vector2Negate(v),
() => v.negate(),
);
See Vector2D.negate.
Vector2D Vector2Negate(
Vector2D v,
) => run(
() => _debugLabels.Vector2Negate(v),
() => v.negate(),
);