com.threerings.probs
Class FloatFunctionVariable.VariableMultipoint.Point

java.lang.Object
  extended by com.threerings.util.DeepObject
      extended by com.threerings.probs.FloatFunctionVariable.VariableMultipoint.Point
All Implemented Interfaces:
Exportable, Copyable, Cloneable
Enclosing class:
FloatFunctionVariable.VariableMultipoint

public static class FloatFunctionVariable.VariableMultipoint.Point
extends DeepObject
implements Exportable

A single point to blend between.


Field Summary
 FloatVariable offset
          The time offset of the point.
 FloatVariable value
          The value of the point.
 
Constructor Summary
FloatFunctionVariable.VariableMultipoint.Point()
           
 
Method Summary
 
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

value

@Editable(min=-1d/0d,
          max=-1d/0d,
          step=-1d/0d,
          scale=-1d/0d)
public FloatVariable value
The value of the point.


offset

@Editable(min=0.0,
          max=1.0,
          step=0.01)
public FloatVariable offset
The time offset of the point.

Constructor Detail

FloatFunctionVariable.VariableMultipoint.Point

public FloatFunctionVariable.VariableMultipoint.Point()


Copyright © 2011. All Rights Reserved.