⚠ ネタバレ注意: 本サイトはSFアニメ「SOLAR LINE」の内容を詳細に分析しています。未視聴の方はご注意ください。
📝 AI生成コンテンツ: 本考証の大部分は AI(Claude Code 等)によって生成されています。内容の正確性については原作および引用元をご確認ください。

Task 569: Fix route arrows misalignment with spacecraft movement

完了 ← タスク一覧

Task 569: Fix route arrows misalignment with spacecraft movement

Status: DONE

Summary

Transfer arc endpoints were using planet positions at the mission epoch (day 0)

for all transfers, instead of the actual departure/arrival times. This caused

arcs to point at where planets were at mission start, not where they actually

were when the ship departed/arrived.

Root cause

Fix

correct day offsets (departure.jd - firstJd, arrival.jd - firstJd)

Tests added (1 new)

positions at departure/arrival times (100-day offset produces visible shift)

Files changed

Impact