EarthCenteredEarthFixed constructor

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

The default constructor.

Implementation

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