systems

package
v0.0.0-...-0456d50 Latest Latest
Warning

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

Go to latest
Published: May 17, 2023 License: AGPL-3.0 Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Star

type Star struct {
	Id       string // unique identifier for the star system
	Location coordinates.Coordinates
	Orbits   [11]orbits.Orbit
}

Star is a single star system containing one or more Orbit(s)

type System

type System struct {
	Id       string                  // unique identifier for the system
	Location coordinates.Coordinates // location of the system
	Stars    []string                // id for every star in the system
}

System is a stellar system containing one or more stars.

Jump to

Keyboard shortcuts

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