Interface IsPoint

    • Method Detail

      • getX

        double getX()
        Returns the X coordinate of the point.
        Returns:
        the X coordinate of the point.
      • getY

        double getY()
        Returns the Y coordinate of the point.
        Returns:
        the Y coordinate of the point.
      • isConsistent

        default boolean isConsistent()
        Returns true if the coordinates are consistent and not NaN.
        Returns:
        true if the coordinates are consistent and not NaN