Struct sgp4_rs::GreenwichMeanSiderealTime[][src]

pub struct GreenwichMeanSiderealTime(_);
Expand description

Wrapper type representing the angular form of Greenwich Mean Sidereal Time.

This is primarily used to account for the Earth’s rotation during conversion between fixed and inertial coordinate frames. Note that this is an angle measured in radians, and not a “time” as such. The value may range from 0 to 2π.

Implementations

Trait Implementations

Performs the conversion.

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

Should always be Self

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.