|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectraytracer.ScatteredRay
public class ScatteredRay
Nested Class Summary | |
---|---|
static class |
ScatteredRay.ScatRayType
|
Field Summary | |
---|---|
RGBColor |
color
|
Ray |
ray
|
ScatteredRay.ScatRayType |
type
|
Constructor Summary | |
---|---|
ScatteredRay()
constructor |
|
ScatteredRay(ScatteredRay r)
copy constructor |
Method Summary | |
---|---|
ScatteredRay |
clone()
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public Ray ray
public RGBColor color
public ScatteredRay.ScatRayType type
Constructor Detail |
---|
public ScatteredRay()
public ScatteredRay(ScatteredRay r)
r
- [in/out] scattered rayMethod Detail |
---|
public ScatteredRay clone()
clone
in class java.lang.Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |