Struct astro::coords::EqPoint
[−]
[src]
pub struct EqPoint { pub asc: f64, pub dec: f64, }
Represents a point in the equatorial coordinate system
Fields
asc | Right ascension |
dec | Declination |