Skip to content

Eci

Defined in: frame.rs:147

pub trait Eci: [Frame](../frame/)

Structural category for earth-centered inertial frames.

近似系 (SimpleEci)、厳密系 (Gcrs/Cirs)、SGP4 の quasi-inertial 系 (Teme) をまとめて含む category。precision-aware な処理は concrete 型を関数シグネチャに 書き、<F: Eci> generic bound は precision-agnostic な math (magnitude / dot / 等) のみに使う。