Skip to content

KnownBody

Defined in: body.rs:6

pub enum KnownBody {
Sun,
Mercury,
Venus,
Earth,
Moon,
Mars,
Jupiter,
Saturn,
Uranus,
Neptune,
}

Known celestial bodies with pre-defined physical properties.











fn properties(&self) -> BodyProperties

Return the physical properties for a known body.