A module for representing the Teme state of a satellite.
@type t() :: %Sgp4Ex.TemeState{ position: {float(), float(), float()}, velocity: {float(), float(), float()} }