com.threerings.expr
Class FloatExpression.Noise2

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

public static class FloatExpression.Noise2
extends FloatExpression.BinaryOperation

Computes the two-dimensional Perlin noise value corresponding to the operands.


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.BinaryOperation
firstOperand, secondOperand
 
Constructor Summary
FloatExpression.Noise2()
           
 
Method Summary
 
Methods inherited from class com.threerings.expr.FloatExpression.BinaryOperation
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.Noise2

public FloatExpression.Noise2()


Copyright © 2011. All Rights Reserved.