|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object de.grogra.ray.physics.Interior.Input
public static final class Interior.Input
This class serves as input to
Interior.attenuate(Input, Color3f)
.
Field Summary | |
---|---|
Point3f |
globalEnd
The end point of the light ray in global coordinates. |
Point3f |
localEnd
The end point of the light ray in local coordinates. |
Point3f |
localOrigin
The origin of the light ray in local coordinates. |
Ray |
ray
The light ray. |
Constructor Summary | |
---|---|
Interior.Input(Spectrum factory)
|
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public final Point3f globalEnd
public final Point3f localEnd
public final Point3f localOrigin
public final Ray ray
Constructor Detail |
---|
public Interior.Input(Spectrum factory)
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |