Warp/Trunc Debugging Scripts
Archived debug scripts from the implementation of circular warp (do_warp) and edge truncation (do_trunc) for separated hexagonal mode.
Date Archived
2025-12-01
Related Issues
- #29 - Implement Circular Warp (do_warp) for Separated Hexagonal Mode (CLOSED)
- #30 - Implement Truncate Edges (do_trunc) for Separated Hexagonal Mode (CLOSED)
- #31 - Epic: Circular Warp and Truncate Integration (CLOSED)
Related Commits
f193679- Feat: Implement circular warp for separated hexagonal modeefcac31- Fix: Circular warp boundary detection and arc handlinga62cedb- Feat: Implement do_trunc for separated hexagonal mode852cc2e- Fix: Match do_warp/do_trunc semantics
Files
debug_boundary_angles.R- Debug boundary vertex anglesdebug_edge_map.R- Debug edge map structuredebug_trunc_geometry.R- Debug truncation geometrydebug_vertex_warp.R- Debug vertex warping transformationdebug_warp_detailed.R- Detailed warp formula analysisdebug_warp_formula.R- Step-by-step warp calculation debugquick_warp_check.R- Quick verification of warp implementationtest_hex_trunc_function.R- Test apply_hex_trunc functiontest_separated_trunc.R- Test do_trunc in separated mode
Note
The canonical test for warp/trunc functionality is now tests/test_warp_trunc.R which is committed to the repository.