|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||