Expand description
Core types, constants, and utilities for the Lox Astrodynamics Toolkit.
This crate provides the foundational building blocks used across Lox: physical units, coordinate types, orbital elements, time representation, mathematical utilities, and numerical constants.
Modulesยง
- anomalies
- Orbital Anomaly Conversions
- coords
- Coordinate types for representing positions, velocities, and trajectories.
- elements
- Data types for representing orbital elements.
- f64
- Constants for the
f64type. - glam
- Extension traits for
glamvector types. - i32
- Constants for the
i32type. - i64
- Constants for the
i64type. - math
- Mathematical utilities: root-finding, interpolation, optimization, and linear algebra.
- time
- Time representation: deltas, calendar dates, Julian dates, and time-of-day.
- types
- Shared type aliases for Julian dates and physical units.
- units
- Newtype wrappers for unitful
f64double precision values - utils
- General-purpose utilities.