|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectoptics.Optics
optics.OpticalSurface
optics.OpticalPlane
optics.TiltedPlane
public class TiltedPlane
Field Summary |
---|
Fields inherited from class optics.OpticalPlane |
---|
blockedNormal, maxRadius, planeNormal |
Fields inherited from class optics.OpticalSurface |
---|
CLEAR, group, REFLECTING, REFRACTING, refractiveIndex, surfacePoint, surfaceType |
Fields inherited from class optics.Optics |
---|
DEFAULT_WAVELENGTH, errorStream, fmt, MICRONS |
Constructor Summary | |
---|---|
TiltedPlane(Position p,
Director u)
|
|
TiltedPlane(Position p,
Director u,
RefractiveIndex index)
|
Method Summary | |
---|---|
double |
distance(Position r,
Director v)
Get distance from a specified point to the OpticalPlane . |
void |
setSurfaceNormal(Director u)
|
Methods inherited from class optics.OpticalPlane |
---|
clone, draw, getBounds, getCurvature, getEdgePlane, getMaxRadius, getNormal, getPlaneNormal, pointInPlane, scale, setMaxRadius, setPlaneNormal, toString |
Methods inherited from class optics.OpticalSurface |
---|
distance, edit, entranceAperture, exitAperture, fromString, fromTokens, getGroup, getIndex, getNormal, getPoint, getRefractiveIndex, getSurfacePoint, getSurfaceType, getSurfaceType, makeStandAlone, pointInPlane, setGroup, setRefractiveIndex, setSurfacePoint, setSurfaceType |
Methods inherited from class optics.Optics |
---|
getDefaultWaveLength, getErrorStream, getFormatString, getName, getStaticName, getVersion, printError, setDefaultWaveLength, setErrorStream, setFormatString, setMicrons |
Methods inherited from class java.lang.Object |
---|
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public TiltedPlane(Position p, Director u, RefractiveIndex index)
public TiltedPlane(Position p, Director u)
Method Detail |
---|
public void setSurfaceNormal(Director u)
public double distance(Position r, Director v)
OpticalPlane
OpticalPlane
.
distance
in class OpticalPlane
r
- the ray positionv
- the ray direction
double
the distance
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |