Interface Scaling

    • Field Summary

      Fields 
      Modifier and Type Field Description
      static Scaling IDENTITY
      The identity scaling in=out.
    • Field Detail

      • IDENTITY

        static final Scaling IDENTITY
        The identity scaling in=out.
    • Method Detail

      • scale

        double scale​(double value)
        The forward scaling method.
        Parameters:
        value - the value to be scaled
        Returns:
        the transformed value
      • scaleInverse

        double scaleInverse​(double value)
        The inverse scaling method.
        Parameters:
        value - the value to be inverse-scaled
        Returns:
        the transformed value