JMSLTM Numerical Library 6.0

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 6.0

Copyright © 1970-2009 Visual Numerics, Inc.
Built September 1 2009.