mirror of
https://github.com/Open-Cascade-SAS/OCCT.git
synced 2026-05-23 05:49:13 +08:00
- Introduced a centralized `normalizeAngle()` function in both ElSLib.cxx and ElCLib.cxx with special handling for values near zero and the 2π seam - Replaced multiple instances of inline angle normalization code with calls to the new function - Migrated the OCC24945 bug test from Draw Harness to GTest framework - Updated expected test values to reflect the improved normalization behavior