|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object de.grogra.ray2.radiosity.ZPixel
public class ZPixel
This class represents one Pixel on the HemiCube.
Constructor Summary | |
---|---|
ZPixel()
Creates a new Hemicube pixel. |
Method Summary | |
---|---|
void |
add(SubPatch patch,
double z,
boolean back)
Adds a patch to this pixel. |
SubPatch |
getPatch()
Returns the patch assigned to this pixel. |
boolean |
isBack()
Returns true, if the back side of a patch is in front. |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public ZPixel()
Method Detail |
---|
public void add(SubPatch patch, double z, boolean back)
patch
- z
- back
- public SubPatch getPatch()
public boolean isBack()
public java.lang.String toString()
toString
in class java.lang.Object
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |