Uses of Class
com.threerings.expr.FloatExpression.UnaryOperation

Packages that use FloatExpression.UnaryOperation
com.threerings.expr Expression evaluation and binding classes. 
 

Uses of FloatExpression.UnaryOperation in com.threerings.expr
 

Subclasses of FloatExpression.UnaryOperation in com.threerings.expr
static class FloatExpression.Cos
          Computes the cosine of its operand.
static class FloatExpression.Exp
          Raises e to the power of its operand.
static class FloatExpression.Negate
          Negates its operand.
static class FloatExpression.Noise1
          Computes the one-dimensional Perlin noise value corresponding to the operand.
static class FloatExpression.Ramp
          Computes the ramp (reverse sawtooth) wave value of its operand.
static class FloatExpression.Saw
          Computes the sawtooth wave value of its operand.
static class FloatExpression.Sin
          Computes the sine of its operand.
static class FloatExpression.Square
          Computes the square wave value of its operand.
static class FloatExpression.Tan
          Computes the tangent of its operand.
static class FloatExpression.Triangle
          Computes the triangle wave value of its operand.
 



Copyright © 2011. All Rights Reserved.