maspack.function
Interface Function3x1

All Superinterfaces:
MISOFunction
All Known Subinterfaces:
DifferentiableFunction3x1
All Known Implementing Classes:
CInfinityWeightFunction, ConstantFuntion3x1, ExponentialWeightFunction, GaussianFunction3x1, GMLSShapeFunction, MFreeShapeFunction, MFreeWeightFunction, MLSShapeFunction, PolynomialBasisFunction, RadialWeightFunction, SplineWeightFunction

public interface Function3x1
extends MISOFunction


Method Summary
 double eval(double x, double y, double z)
           
 double eval(Point3d in)
           
 
Methods inherited from interface maspack.function.MISOFunction
eval, getInputSize
 

Method Detail

eval

double eval(double x,
            double y,
            double z)

eval

double eval(Point3d in)