JMSLTM Numerical Library 5.0.1

com.imsl.chart3d
Interface Surface.ZFunction

Enclosing class:
Surface

public static interface Surface.ZFunction

Functional representation of a surface.


Method Summary
 double f(double x, double y)
          Define the surface function.
 

Method Detail

f

double f(double x,
         double y)
Define the surface function.

Parameters:
x - is the x value.
y - is the y value.
Returns:
the z value.

JMSLTM Numerical Library 5.0.1

Copyright © 1970-2008 Visual Numerics, Inc.
Built July 8 2008.