Documentation
¶
Index ¶
- type Moon
- func (m *Moon) Age() float64
- func (m *Moon) DegreesInSignSidereal() float64
- func (m *Moon) DegreesInSignTropical() float64
- func (m *Moon) Diameter() float64
- func (m *Moon) Distance() float64
- func (m *Moon) FirstQuarter() float64
- func (m *Moon) FullMoon() float64
- func (m *Moon) Illumination() float64
- func (m *Moon) LastQuarter() float64
- func (m *Moon) Longitude() float64
- func (m *Moon) NewMoon() float64
- func (m *Moon) NextFirstQuarter() float64
- func (m *Moon) NextFullMoon() float64
- func (m *Moon) NextLastQuarter() float64
- func (m *Moon) NextNewMoon() float64
- func (m *Moon) Phase() float64
- func (m *Moon) PhaseName() string
- func (m *Moon) SunDiameter() float64
- func (m *Moon) SunDistance() float64
- func (m *Moon) ZodiacSign() string
- func (m *Moon) ZodiacSignSidereal() string
- func (m *Moon) ZodiacSignTropical() string
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Moon ¶
type Moon struct {
// contains filtered or unexported fields
}
func (*Moon) DegreesInSignSidereal ¶
func (*Moon) DegreesInSignTropical ¶
func (*Moon) FirstQuarter ¶
func (*Moon) Illumination ¶
func (*Moon) LastQuarter ¶
func (*Moon) NextFirstQuarter ¶
func (*Moon) NextFullMoon ¶
func (*Moon) NextLastQuarter ¶
func (*Moon) NextNewMoon ¶
func (*Moon) SunDiameter ¶
func (*Moon) SunDistance ¶
func (*Moon) ZodiacSign ¶
func (*Moon) ZodiacSignSidereal ¶
func (*Moon) ZodiacSignTropical ¶
Directories
¶
Path | Synopsis |
---|---|
example that prints out a timestamp including some information about the position of the Moon in the zodiac example output: 11:11PM Luna: New Moon 0.65%, Scorpio 11.957°
|
example that prints out a timestamp including some information about the position of the Moon in the zodiac example output: 11:11PM Luna: New Moon 0.65%, Scorpio 11.957° |
Click to show internal directories.
Click to hide internal directories.