Skip to content

Refactor: use CSMath.Extensions IsZero() throughout codebase - #1252

Merged
DomCR merged 4 commits into
masterfrom
csutilities-update
Sep 9, 2026
Merged

DomCR merged 4 commits into
masterfrom
csutilities-update

Conversation

@DomCR

@DomCR DomCR commented Sep 9, 2026

Copy link
Copy Markdown
Owner

Description

Replaced MathHelper.IsZero() with the IsZero() extension method from CSMath.Extensions for improved readability and consistency.
Added using directives for CSMath.Extensions where needed.
Updated CSUtilities submodule to support these changes.
Affects entity transforms, dimensions, text, and formatting logic.

Replaced MathHelper.IsZero() with the IsZero() extension method from CSMath.Extensions for improved readability and consistency. Added using directives for CSMath.Extensions where needed. Updated CSUtilities submodule to support these changes. Affects entity transforms, dimensions, text, and formatting logic.
@DomCR DomCR added bug Something isn't working code refactoring Improvements in the existing code labels Sep 9, 2026
@DomCR DomCR added the minor Updates the minor version on merge. label Sep 9, 2026
@DomCR
DomCR merged commit 43f62ad into master Sep 9, 2026
@DomCR
DomCR deleted the csutilities-update branch September 9, 2026 12:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working code refactoring Improvements in the existing code minor Updates the minor version on merge.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant