Module kidou::orbit[][src]

Expand description

This module defines the Orbit struct

Additional modules split the implementation of the struct into different files.

Modules

This module provides the calculation routines

This module provides the IO functionality

Macros

Create a struct with a common fields type

Create a struct with a common fields type, a default initializer, and a method to get fields as static string slices

Create a struct with a common fields type and a default initializer

Structs

Initial coordinates and velocities of a globular cluster in the Galactic Cartesian system

Initial coordinates and velocities of a globular cluster in the Galactic Cylindrical system

Initial coordinates and velocities of a globular cluster in the Heliocentric Cartesian system

An orbit of a globular cluster

Values integrated / calculated during runtime

Type Definitions

An alias to &mut F

An alias to &mut Vec<F>