track

package
v0.0.0-...-a3e6692 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 14, 2024 License: CC0-1.0 Imports: 3 Imported by: 0

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.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL