vmm3d.functions
Class Function3
- java.lang.Object
-
- vmm3d.functions.Function
-
- vmm3d.functions.Function3
-
public class Function3 extends Function
Represents a real-valued function of one real argument. A Function3 can only be created by a Parser.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method and Description doublevalue(double x, double y, double z)Evaluate this Function3 for arguments (x,y,z), using an EvalStack that is unique to the current thread.doublevalue(double x, double y, double z, EvalStack stack)Evaluate this Function3 for arguments (x,y,z), using a non-null EvalStack that is provided as a parameter to this method.
-
-
-
Method Detail
-
value
public double value(double x, double y, double z)Evaluate this Function3 for arguments (x,y,z), using an EvalStack that is unique to the current thread.
-
value
public double value(double x, double y, double z, EvalStack stack)Evaluate this Function3 for arguments (x,y,z), using a non-null EvalStack that is provided as a parameter to this method.
-
-
DMelt 3.0 © DataMelt by jWork.ORG