コンテンツにスキップ

true_to_eccentric_anomaly

このコンテンツはまだ日本語訳がありません。

Defined in: kepler.rs:63

fn true_to_eccentric_anomaly(true_anomaly: f64, eccentricity: f64) -> f64

Convert true anomaly to eccentric anomaly.

Uses the relation: tan(E/2) = √((1-e)/(1+e)) · tan(ν/2)