|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface SurfaceFunction
Interface to specify a two dimensional function, typically used for a wavefront.
Method Summary | |
---|---|
double |
getMaxRadius()
Methdo to get the max radius |
double |
getValue(Point2d p)
Method to get the value at specified position |
void |
setMaxRadius(double r)
Method to set the max radius |
Method Detail |
---|
double getValue(Point2d p)
p
- the point.void setMaxRadius(double r)
double getMaxRadius()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |