|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectde.grogra.ray2.radiosity.ViewCube
public class ViewCube
This class describes a viewcube. A viewcube is a hemicube for exact one patch.
| Constructor Summary | |
|---|---|
ViewCube(Vector3d center,
Vector3d normal)
Creates a new viewcube. |
|
| Method Summary | |
|---|---|
void |
computeFormFactorMap(java.util.Map<SubPatch,FormFactor> ffMap)
Computes the form factor map. |
void |
projPatchOnCube(SubPatch pIn)
Add patch to the viewcube. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ViewCube(Vector3d center,
Vector3d normal)
center - the center of the viewcube.normal - the normal vector of the viewcube.| Method Detail |
|---|
public void computeFormFactorMap(java.util.Map<SubPatch,FormFactor> ffMap)
ffMap - the map to fill.public void projPatchOnCube(SubPatch pIn)
pIn - the patch to add.
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||