Struct starstuff_types::coord::Horizontal
source · Fields§
§altitude: Altitude§azimuth: AzimuthImplementations§
source§impl Horizontal
impl Horizontal
pub fn from_equitorial(
eq: &Equitorial,
geo: &Geographic,
sidereal_time: &GMST
) -> Self
pub fn stereo_project(&self) -> Polar
Trait Implementations§
source§impl Clone for Horizontal
impl Clone for Horizontal
source§fn clone(&self) -> Horizontal
fn clone(&self) -> Horizontal
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Debug for Horizontal
impl Debug for Horizontal
source§impl From<StarCoordinates> for Horizontal
impl From<StarCoordinates> for Horizontal
source§fn from(coord: StarCoordinates) -> Self
fn from(coord: StarCoordinates) -> Self
Converts to this type from the input type.