struct Predict::TEME
- Predict::TEME
- Struct
- Value
- Object
Overview
Coordinate vector in the TEME reference frame. See http://celestrak.com/columns/v02n01/ for coordinate frame definition.
Defined in:
predict/coordinates.crConstructors
Instance Method Summary
-
#range_to(other : TEME)
Calculates the range vector from self to other.
-
#to_lat_long_alt(time, grav_type = GravityConstants::WGS72)
Converts these TEME coordinates to latitude, longitude and altitude at time.
-
#x : Float64
X coordinate in km
-
#y : Float64
Y coordinate in km
-
#z : Float64
Z coordinate in km
Constructor Detail
Instance Method Detail
Converts these TEME coordinates to latitude, longitude and altitude at time. See http://celestrak.com/columns/v02n03/ for algorithm used.