Struct sun::Position [] [src]

pub struct Position {
    pub azimuth: f64,
    pub altitude: f64,
}

Holds the azimuth and altitude angles of the sun position.

Fields

Trait Implementations

impl Debug for Position
[src]

Formats the value using the given formatter.