Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Model ¶
type Model struct { Camera world.Camera Root *mechtree.Node CurrentDate world.Textfield Tracked []Tracked Untracked []Object }
Model of the tracker used to control which solar system objects are shown in the observatory.
type Object ¶
type Object struct { Name string Object []horizons.LookupMatch Query string // The textfield input value sent to the Horizons Lookup API. }
Object in the solar system.
type Tracked ¶
type Tracked struct { horizons.EphemerisSpec Positions []horizons.DatedPosition }
Tracked solar system object.
Click to show internal directories.
Click to hide internal directories.