EarthCenteredInertial constructor

EarthCenteredInertial(
  1. double x,
  2. double y,
  3. double z
)

The default constructor.

Implementation

EarthCenteredInertial(this.x, this.y, this.z);