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

Methods

impl EclPoint

fn anglr_sepr(&self, other_point: &EclPoint) -> f64