Sgp4Ex.TemeState (Sgp4Ex v0.1.1)

View Source

A module for representing the Teme state of a satellite.

Summary

Types

t()

@type t() :: %Sgp4Ex.TemeState{
  position: {float(), float(), float()},
  velocity: {float(), float(), float()}
}