Struct astro::coords::EclPoint
[−]
[src]
pub struct EclPoint {
pub long: f64,
pub lat: f64,
}Represents a point in the ecliptic coordinate system
Fields
long | Ecliptic longitude |
lat | Ecliptic latitude |