toEciByDateTime method

EarthCenteredInertial toEciByDateTime(
  1. DateTime utc
)

Convert this ECF to ECI.

Implementation

EarthCenteredInertial toEciByDateTime(DateTime utc) =>
    toEci(utc.toUtc().gsmt);