Module vecmath

Class CutConeParameter

java.lang.Object
de.grogra.vecmath.FunctionParameter
de.grogra.vecmath.CutConeParameter

public class CutConeParameter extends FunctionParameter
A special parameter-class for the cutCone-function in the Math2-class.
Author:
Jan Dérer
  • Constructor Details

    • CutConeParameter

      public CutConeParameter()
      Standardconstructor initialized the attributes with 0.0f
    • CutConeParameter

      public CutConeParameter(boolean correct, boolean exists, float lowLim, float upLim, float a)
      Specialconstructor to initialized the attributes with custom-values
      Parameters:
      correct - The function works correct
      exists - Values exists after running a function
      lowLim - Lower limit
      upLim - Upper limit
      a - Parameter
  • Method Details

    • getA

      public float getA()
      Getter for the parameter
      Returns:
      Parameter
    • setA

      public void setA(float a)
      Setter for the parameter
      Parameters:
      a - Parameter
    • getLowLim

      public float getLowLim()
      Getter for the lower limit parameter
      Returns:
      The lower limit parameter
    • setLowLim

      public void setLowLim(float lowLim)
      Setter for the lower limit parameter
      Parameters:
      lowLim - The new lower limit
    • getUpLim

      public float getUpLim()
      Getter for the upper limit parameter
      Returns:
      The upper limit parameter
    • setUpLim

      public void setUpLim(float upLim)
      Setter for the lower limit parameter
      Parameters:
      upLim - The new upper limit