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.Object
MathExpression. evaluate(MathExpressionOptions options)
Evaluates a mathematical expression, returning an array ofdouble
s, if n < 3, otherwise returns a set of embeddedArrayList<Double>
s.static java.lang.Object
MathExpression. evaluate(MathExpressionOptions options, ProgressUpdater updater)
Evaluates a mathematical expression, returning an array ofdouble
s, if n < 3, otherwise returns a set of embeddedArrayList<Double>
s.static java.lang.Object
MathExpression. evaluate_conditional(MathExpressionOptions options)
Evaluates a conditional expression, returning an array ofboolean
s.static java.lang.Object
MathExpression. evaluate_conditional(MathExpressionOptions options, ProgressUpdater updater)
Evaluates a conditional expression, returning an array ofboolean
s.Constructors in mgui.interfaces.math with parameters of type MathExpressionOptions Constructor Description MathExpressionDialogBox(javax.swing.JFrame f, MathExpressionOptions opts)