Class MinimumFillDegreeFunction

  • All Implemented Interfaces:
    ISingleArgmentFunction

    public final class MinimumFillDegreeFunction
    extends Object
    implements ISingleArgmentFunction
    Mathematical function for the minimum fill degree.

    It's a function that is used to evaluate the empty degree angle.

    The parameters required by the functions in setParameters(double...) are:

    • known the know value.
    • exponent the value used as exponent.
    • minG the fill degree
    Author:
    Daniele Andreis
    • Constructor Detail

      • MinimumFillDegreeFunction

        public MinimumFillDegreeFunction()
    • Method Detail

      • getValue

        public double getValue​(double x)
        Description copied from interface: ISingleArgmentFunction
        Return the value of the function in a specific point.
        Specified by:
        getValue in interface ISingleArgmentFunction
        Parameters:
        x - the point where evaluate the function.
        Returns:
        the function value.
      • setParameters

        public void setParameters​(double... params)
        Description copied from interface: ISingleArgmentFunction
        Set the parameters for the particular function.

        The list and definition of the parameters are described in the class documentation of each function.

        Specified by:
        setParameters in interface ISingleArgmentFunction
        Parameters:
        params - the parameters to set.