|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.threerings.util.DeepObject
com.threerings.opengl.effect.FloatFunction.Multipoint.Point
public static class FloatFunction.Multipoint.Point
A single point to blend between.
| Field Summary | |
|---|---|
float |
offset
The time offset of the point. |
float |
value
The value of the point. |
| Constructor Summary | |
|---|---|
FloatFunction.Multipoint.Point()
No-arg constructor for deserialization, etc. |
|
FloatFunction.Multipoint.Point(float value,
float offset)
Creates a new point with the given value and offset. |
|
| Method Summary | |
|---|---|
void |
set(FloatFunction.Multipoint.Point other)
Copies the fields of another point. |
| Methods inherited from class com.threerings.util.DeepObject |
|---|
clone, copy, copy, equals, hashCode, toString |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
@Editable(min=-1d/0d,
max=-1d/0d,
step=-1d/0d,
scale=-1d/0d)
public float value
@Editable(min=0.0,
max=1.0,
step=0.01)
public float offset
| Constructor Detail |
|---|
public FloatFunction.Multipoint.Point(float value,
float offset)
public FloatFunction.Multipoint.Point()
| Method Detail |
|---|
public void set(FloatFunction.Multipoint.Point other)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||