|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectde.grogra.vecmath.FunctionParameter
de.grogra.vecmath.CutConeParameter
public class CutConeParameter
A special parameter-class for the cutCone-function in the Math2-class.
| Constructor Summary | |
|---|---|
CutConeParameter()
Standardconstructor initialized the attributes with 0.0f |
|
CutConeParameter(boolean correct,
boolean exists,
float lowLim,
float upLim,
float a)
Specialconstructor to initialized the attributes with custom-values |
|
| Method Summary | |
|---|---|
float |
getA()
Getter for the parameter |
float |
getLowLim()
Getter for the lower limit parameter |
float |
getUpLim()
Getter for the upper limit parameter |
void |
setA(float a)
Setter for the parameter |
void |
setLowLim(float lowLim)
Setter for the lower limit parameter |
void |
setUpLim(float upLim)
Setter for the lower limit parameter |
| Methods inherited from class de.grogra.vecmath.FunctionParameter |
|---|
isCorrect, isExists, setCorrect, setExists |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public CutConeParameter()
public CutConeParameter(boolean correct,
boolean exists,
float lowLim,
float upLim,
float a)
correct - The function works correctexists - Values exists after running a functionlowLim - Lower limitupLim - Upper limita - Parameter| Method Detail |
|---|
public float getA()
public float getLowLim()
public float getUpLim()
public void setA(float a)
a - Parameterpublic void setLowLim(float lowLim)
lowLim - The new lower limitpublic void setUpLim(float upLim)
upLim - The new upper limit
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||