toEciByDateTime method
Convert this ECF to ECI.
Implementation
EarthCenteredInertial toEciByDateTime(DateTime utc) =>
toEci(utc.toUtc().gsmt);
Convert this ECF to ECI.
EarthCenteredInertial toEciByDateTime(DateTime utc) =>
toEci(utc.toUtc().gsmt);