|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectoptics.Optics
optics.SurfaceFunction
public abstract class SurfaceFunction
Abstarct class to specify a two dimensional function, typically used for a wavefront.
| Field Summary |
|---|
| Fields inherited from class optics.Optics |
|---|
DEFAULT_WAVELENGTH, errorStream, fmt, MICRONS |
| Constructor Summary | |
|---|---|
SurfaceFunction()
|
|
| Method Summary | |
|---|---|
abstract double |
getValue(double x,
double y)
Method to get the value at specified position |
double |
getValue(javax.vecmath.Point2d p)
Method to get value at specified position |
| Methods inherited from class optics.Optics |
|---|
getDefaultWaveLength, getErrorStream, getFormatString, getName, getStaticName, getVersion, printError, setDefaultWaveLength, setErrorStream, setFormatString, setMicrons |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SurfaceFunction()
| Method Detail |
|---|
public abstract double getValue(double x,
double y)
x - the x valuey - the y valuepublic double getValue(javax.vecmath.Point2d p)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||