Interface InvertibleTransform

    • Method Detail

      • applyInverse

        void applyInverse​(long[] source,
                          long[] target)
        Apply the inverse transform to a target vector to obtain a source vector.
        Parameters:
        source - set this to the source coordinates.
        target - target coordinates.
      • applyInverse

        void applyInverse​(int[] source,
                          int[] target)
        Apply the inverse transform to a target vector to obtain a source vector.
        Parameters:
        source - set this to the source coordinates.
        target - target coordinates.
      • applyInverse

        void applyInverse​(Positionable source,
                          Localizable target)
        Apply the inverse transform to a target Localizable to obtain a source Positionable.
        Parameters:
        source - set this to the source coordinates.
        target - target coordinates.
      • inverse

        InvertibleTransform inverse()
        Get the inverse transform.
        Returns:
        the inverse transform