Class CoordinatePair


  • public class CoordinatePair
    extends Object
    A simple container for holding the results of a coordinate transform. All elements have public access and can be written or read at will. This class provides no guarantees or safety or protection. It's sole purpose is to provide an efficient mechanism for transferring data.
    • Field Detail

      • x

        public double x
        The x horizontal coordinate for the pair
      • y

        public double y
        The y horizontal coordinate for the pair
    • Constructor Detail

      • CoordinatePair

        public CoordinatePair()
        Standard constructor.