|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectapps.lightrays.raytracer.scene.Ray
apps.lightrays.raytracer.scene.RefractedRay
public class RefractedRay
The Class RefractedRay.
Field Summary |
---|
Fields inherited from class apps.lightrays.raytracer.scene.Ray |
---|
origin |
Constructor Summary | |
---|---|
RefractedRay(Scene scene,
Point origin,
Vector direction,
int depth,
double refr)
Instantiates a new refracted ray. |
Method Summary |
---|
Methods inherited from class apps.lightrays.raytracer.scene.Ray |
---|
fire, getDepth, getDirection, getOrigin |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public RefractedRay(Scene scene, Point origin, Vector direction, int depth, double refr)
scene
- the sceneorigin
- the origindirection
- the directiondepth
- the depthrefr
- the refr
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |