Cartesian constructor

Cartesian(
  1. double x,
  2. double y,
  3. double z,
  4. dynamic datum,
)

Creates a cartesian coordinate

Implementation

Cartesian(this.x, this.y, this.z, this.datum) : super.zero();