Documentation of 'vmm3d.functions.Function3' Java class
Function3
vmm3d.functions

Class Function3

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      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.
      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.
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 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

You see the box below because you did not login.