Struct astro::coords::GeographPoint [] [src]

pub struct GeographPoint {
    pub long: f64,
    pub lat: f64,
}

Represents a point on the geographical surface of the Earth

Fields

long

Geographical longitude

lat

Geographical latitude

Methods

impl GeographPoint

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