com.threerings.expr
Class FloatExpression.Tan

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.Tan
All Implemented Interfaces:
Exportable, Copyable, Cloneable
Enclosing class:
FloatExpression

public static class FloatExpression.Tan
extends FloatExpression.UnaryOperation

Computes the tangent 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.Tan()
           
 
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.Tan

public FloatExpression.Tan()


Copyright © 2011. All Rights Reserved.