getCoordinate method

Coordinate getCoordinate()

Gets the coordinate this hot pixel is based at.

@return the coordinate of the pixel

Implementation

Coordinate getCoordinate() {
  return originalPt;
}