Class RealCoords


  • public class RealCoords
    extends Object
    This class represents an (X, Y) coordinate pair in real coordinates. It is required for high precision image coordinates translation.
    Author:
    Grant Harris, Curtis Rueden
    • Field Detail

      • x

        public double x
      • y

        public double y
    • Constructor Detail

      • RealCoords

        public RealCoords​(double x,
                          double y)
    • Method Detail

      • getIntX

        public int getIntX()
      • getIntY

        public int getIntY()
      • getLongX

        public long getLongX()
      • getLongY

        public long getLongY()
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object