mirror of
https://github.com/Open-Cascade-SAS/OCCT.git
synced 2026-08-11 01:08:35 +08:00
27e61c089c
- 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