|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ScatteredRay | |
---|---|
raytracer |
Uses of ScatteredRay in raytracer |
---|
Fields in raytracer with type parameters of type ScatteredRay | |
---|---|
java.util.ArrayList<ScatteredRay> |
ScatteredRayContainer.rays
|
Methods in raytracer that return ScatteredRay | |
---|---|
ScatteredRay |
ScatteredRay.clone()
|
ScatteredRay |
ScatteredRayContainer.get(int i)
|
ScatteredRay |
ScatteredRayContainer.randomlySelect()
from the rays stored, randomly returns one given a value |
Methods in raytracer with parameters of type ScatteredRay | |
---|---|
void |
ScatteredRayContainer.addScatteredRay(ScatteredRay ray)
adds a scattered ray to the list |
Constructors in raytracer with parameters of type ScatteredRay | |
---|---|
ScatteredRay(ScatteredRay r)
copy constructor |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |