EarthCenteredInertial class
Earth-centered inertial (ECI) coordinate frames have their origins at the center of mass of Planet and are fixed with respect to the stars.
Constructors
- EarthCenteredInertial(double x, double y, double z)
- The default constructor.
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toEcf(
Angle gmst) → EarthCenteredEarthFixed - Converts this ECI object to ECF.
-
toEcfByDateTime(
DateTime utc) → EarthCenteredEarthFixed - Converts this ECI object to ECF.
-
toGeodetic(
Planet planet, Angle gmst) → LatLngAlt -
toGeodeticByDateTime(
Planet planet, DateTime utc) → LatLngAlt -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator +(
EarthCenteredInertial other) → EarthCenteredInertial -
operator -(
EarthCenteredInertial other) → EarthCenteredInertial -
operator ==(
Object other) → bool -
The equality operator.
inherited