Class PeriodicTransform

    • Constructor Detail

      • PeriodicTransform

        public PeriodicTransform​(Segment bounds)
        Only the upper bound of the argument is used.
        Parameters:
        bounds - the bounda.getMaximum() is used in the transforms
    • Method Detail

      • transform

        public double transform​(double a)
        Description copied from interface: Transformable
        Performs the selected transform with value
        Parameters:
        a -
        Returns:
        the results, such that inverse( transform(value) ) = value
      • inverse

        public double inverse​(double t)
        Description copied from interface: Transformable
        Inverses the transform.