|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectraytracer.RayState
public class RayState
Nested Class Summary | |
---|---|
static class |
RayState.RayType
|
Field Summary | |
---|---|
int |
depth
|
double |
importance
|
int |
minimumcounter
|
int |
samplecounter
|
RayState.RayType |
type
|
Constructor Summary | |
---|---|
RayState(int samplecounter,
int minimumcounter)
constructor |
|
RayState(RayState rs)
constructor |
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public int depth
public int samplecounter
public int minimumcounter
public double importance
public RayState.RayType type
Constructor Detail |
---|
public RayState(int samplecounter, int minimumcounter)
samplecounter
- sample-counterminimumcounter
- minimum of countspublic RayState(RayState rs)
rs
- the raytracing state
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |