|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use FloatExpression.BinaryOperation | |
|---|---|
| com.threerings.expr | Expression evaluation and binding classes. |
| Uses of FloatExpression.BinaryOperation in com.threerings.expr |
|---|
| Subclasses of FloatExpression.BinaryOperation in com.threerings.expr | |
|---|---|
static class |
FloatExpression.Add
Adds its operands. |
static class |
FloatExpression.Divide
Divides the first operand by the second. |
static class |
FloatExpression.Multiply
Multiplies its operands. |
static class |
FloatExpression.Noise2
Computes the two-dimensional Perlin noise value corresponding to the operands. |
static class |
FloatExpression.Pow
Raises the first operand to the power of the second. |
static class |
FloatExpression.Remainder
Computes the floating point remainder when the first operand is divided by the second. |
static class |
FloatExpression.Subtract
Subtracts the second operand from the first. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||