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

Methods

impl EqPoint

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