Interface Transform

    • Method Detail

      • numSourceDimensions

        int numSourceDimensions()
        Returns n, the dimension of the source vector.
        Returns:
        the dimension of the source vector.
      • numTargetDimensions

        int numTargetDimensions()
        Returns m, the dimension of the target vector.
        Returns:
        the dimension of the target vector.
      • apply

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

        void apply​(int[] source,
                   int[] target)
        Apply the Transform to a source vector to obtain a target vector.
        Parameters:
        source - source coordinates.
        target - set this to the target coordinates.