Class LinearTransformation.NaNLinearTransformation

    • Constructor Detail

      • NaNLinearTransformation

        private NaNLinearTransformation()
    • Method Detail

      • inverse

        public LinearTransformation inverse()
        Description copied from class: LinearTransformation
        Returns the inverse linear transformation. The inverse of a horizontal transformation is a vertical transformation, and vice versa. The inverse of the LinearTransformation.forNaN() transformation is itself. In all other cases, the inverse is a transformation such that applying both the original transformation and its inverse to a value gives you the original value give-or-take numerical errors. Calling this method multiple times on the same instance will always return the same instance. Calling this method on the result of calling this method on an instance will always return that original instance.
        Specified by:
        inverse in class LinearTransformation
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object