|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object de.grogra.persistence.ShareableBase de.grogra.math.Ramp
public class Ramp
Nested Class Summary | |
---|---|
static class |
Ramp.Type
|
Field Summary | |
---|---|
static Ramp.Type |
$TYPE
|
Constructor Summary | |
---|---|
Ramp()
|
Method Summary | |
---|---|
float |
evaluateFloat(float v)
Computes the value of this function at x . |
ManageableType |
getManageableType()
|
Methods inherited from class de.grogra.persistence.ShareableBase |
---|
addReference, appendReferencesTo, fieldModified, getProvider, getStamp, initProvider, manageableReadResolve, manageableWriteReplace, removeReference |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final Ramp.Type $TYPE
Constructor Detail |
---|
public Ramp()
Method Detail |
---|
public float evaluateFloat(float v)
FloatToFloat
x
.
evaluateFloat
in interface FloatToFloat
v
- where the function is to be evaluated
x
public ManageableType getManageableType()
getManageableType
in interface Manageable
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |