|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object de.grogra.vecmath.FunctionParameter de.grogra.vecmath.CutRay2Parameter
public class CutRay2Parameter
A special parameter-class for the cutRay2-function in the Math2-class.
Constructor Summary | |
---|---|
CutRay2Parameter()
Standardconstructor initialized the attributes with 0.0f |
|
CutRay2Parameter(boolean correct,
boolean exists,
float s1,
float s2)
Specialconstructor to initialized the attributes with custom-values |
Method Summary | |
---|---|
float |
getS1()
Getter for the first parameter. |
float |
getS2()
Getter for the second parameter. |
void |
setS1(float s1)
Setter for the first parameter |
void |
setS2(float s2)
Setter for the second 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 CutRay2Parameter()
public CutRay2Parameter(boolean correct, boolean exists, float s1, float s2)
correct
- correct The function works correctexists
- Values exists after running a functions1
- First Parameters2
- Second ParameterMethod Detail |
---|
public float getS1()
public float getS2()
public void setS1(float s1)
s1
- Set the new value for the first parameterpublic void setS2(float s2)
s1
- Set the new value for the second parameter
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |