fix(physics): use predicted magnetic gate bounds

Correct the readable 1000:9b69 reconstruction to read DGROUP 07db/07df and name the helper for its predicted-position role. Rust magnetic rectangles now enter only from an old position inside the record and deactivate when the recomputed prediction exits any edge, replacing the prior swept approximation.

Test Plan:
- bash original/tools/test_reconstructed_c.sh
- python3 original/tools/audit_reconstruction.py --require-complete
- cargo test --all-targets
- cargo clippy --all-targets --all-features -- -D warnings
- rumdl check original/C_RECONSTRUCTION_FINAL_AUDIT.md tdkpin-rs/CHANGELOG.md tdkpin-rs/RECONSTRUCTION.md tdkpin-rs/README.md
- git diff --check
This commit is contained in:
2026-08-23 18:25:23 +02:00
parent 8c51094b31
commit 742b8b7981
9 changed files with 66 additions and 22 deletions
@@ -36,7 +36,7 @@ uint16_t tdkpin_receiver_point_in_bounds(
int32_t maximum_x,
int32_t minimum_y,
int32_t minimum_x); /* 1000:9ae0 */
uint16_t tdkpin_ball_in_bounds(
uint16_t tdkpin_predicted_ball_in_bounds(
uint16_t ignored_static_link,
int32_t maximum_y,
int32_t maximum_x,