Uses of Class
mgui.interfaces.math.MathExpressionOptions
| Package | Description |
|---|---|
| mgui.interfaces.math |
Provides an abstract interface allowing arithmetic functions to be applied to object data (e.g., vertex data for shapes).
|
-
Uses of MathExpressionOptions in mgui.interfaces.math
Methods in mgui.interfaces.math with parameters of type MathExpressionOptions Modifier and Type Method Description static java.lang.ObjectMathExpression. evaluate(MathExpressionOptions options)Evaluates a mathematical expression, returning an array ofdoubles, if n < 3, otherwise returns a set of embeddedArrayList<Double>s.static java.lang.ObjectMathExpression. evaluate(MathExpressionOptions options, ProgressUpdater updater)Evaluates a mathematical expression, returning an array ofdoubles, if n < 3, otherwise returns a set of embeddedArrayList<Double>s.static java.lang.ObjectMathExpression. evaluate_conditional(MathExpressionOptions options)Evaluates a conditional expression, returning an array ofbooleans.static java.lang.ObjectMathExpression. evaluate_conditional(MathExpressionOptions options, ProgressUpdater updater)Evaluates a conditional expression, returning an array ofbooleans.Constructors in mgui.interfaces.math with parameters of type MathExpressionOptions Constructor Description MathExpressionDialogBox(javax.swing.JFrame f, MathExpressionOptions opts)