Classes | |
| class | Absolute |
| Returns the absolute value of a number. More... | |
| class | AdditionNode |
| A math node that sums the results of multiple child nodes. More... | |
| class | ArithmeticBase |
| class | DivisionNode |
| A math node that divides one node by another. More... | |
| class | Modulo |
| Calculates the modulo (remainder) of two values. More... | |
| class | MultiplicationNode |
| A math node that multiplies multiple child nodes together. More... | |
| class | Negate |
| Negates a numeric value. More... | |
| class | Power |
| Raises a value to the power of another value. More... | |
| class | SubtractionNode |
| A math node that subtracts multiple values sequentially. More... | |