com.threerings.expr
Class FloatExpression.Ramp

java.lang.Object
  extended by com.threerings.util.DeepObject
      extended by com.threerings.expr.FloatExpression
          extended by com.threerings.expr.FloatExpression.UnaryOperation
              extended by com.threerings.expr.FloatExpression.Ramp
All Implemented Interfaces:
Exportable, Copyable, Cloneable
Enclosing class:
FloatExpression

public static class FloatExpression.Ramp
extends FloatExpression.UnaryOperation

Computes the ramp (reverse sawtooth) wave value of its operand.


Nested Class Summary
 
Nested classes/interfaces inherited from class com.threerings.expr.FloatExpression
FloatExpression.Add, FloatExpression.BinaryOperation, FloatExpression.Clock, FloatExpression.Constant, FloatExpression.Cos, FloatExpression.Divide, FloatExpression.Evaluator, FloatExpression.Exp, FloatExpression.Multiply, FloatExpression.Negate, FloatExpression.Noise1, FloatExpression.Noise2, FloatExpression.Parsed, FloatExpression.Pow, FloatExpression.Ramp, FloatExpression.Reference, FloatExpression.Remainder, FloatExpression.Saw, FloatExpression.Sin, FloatExpression.Square, FloatExpression.Subtract, FloatExpression.Tan, FloatExpression.Triangle, FloatExpression.UnaryOperation
 
Field Summary
 
Fields inherited from class com.threerings.expr.FloatExpression.UnaryOperation
operand
 
Constructor Summary
FloatExpression.Ramp()
           
 
Method Summary
 
Methods inherited from class com.threerings.expr.FloatExpression.UnaryOperation
createEvaluator, invalidate
 
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
 

Constructor Detail

FloatExpression.Ramp

public FloatExpression.Ramp()


Copyright © 2011. All Rights Reserved.