Documentation ¶
Index ¶
- type AzimuthPoint
- func (p AzimuthPoint) ChildPlanet(i uint16) AzimuthPoint
- func (p AzimuthPoint) ChildStar(i uint8) AzimuthPoint
- func (p AzimuthPoint) IsGalaxy() bool
- func (p AzimuthPoint) IsPlanet() bool
- func (p AzimuthPoint) IsStar() bool
- func (p AzimuthPoint) Parent() AzimuthPoint
- func (p AzimuthPoint) String() string
- type Comet
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AzimuthPoint ¶
type AzimuthPoint uint32
func PointFromName ¶
func PointFromName(n string) (AzimuthPoint, error)
func (AzimuthPoint) ChildPlanet ¶
func (p AzimuthPoint) ChildPlanet(i uint16) AzimuthPoint
func (AzimuthPoint) ChildStar ¶
func (p AzimuthPoint) ChildStar(i uint8) AzimuthPoint
func (AzimuthPoint) IsGalaxy ¶
func (p AzimuthPoint) IsGalaxy() bool
func (AzimuthPoint) IsPlanet ¶
func (p AzimuthPoint) IsPlanet() bool
func (AzimuthPoint) IsStar ¶
func (p AzimuthPoint) IsStar() bool
func (AzimuthPoint) Parent ¶
func (p AzimuthPoint) Parent() AzimuthPoint
func (AzimuthPoint) String ¶
func (p AzimuthPoint) String() string
Click to show internal directories.
Click to hide internal directories.