Coordinate.fromYX constructor

Coordinate.fromYX(
  1. double y,
  2. double x
)

Implementation

Coordinate.fromYX(double y, double x) : this.fromXYZ(x, y, NULL_ORDINATE);