Astrodynamics coordinate frame transforms
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

pus: rename test_ functions, fix service_type doc (merlint E330/E410)

+2 -1
+2 -1
lib/coordinate.mli
··· 79 79 (** [geodetic_to_ecef g] converts geodetic coordinates to ECEF. *) 80 80 81 81 val teme_to_geodetic : gmst:float -> Vec3.t -> geodetic 82 - (** [teme_to_geodetic ~gmst v] converts TEME position to geodetic coordinates. *) 82 + (** [teme_to_geodetic ~gmst v] converts TEME position to geodetic coordinates. 83 + *) 83 84 84 85 (** {1 Utility} *) 85 86