|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectvmm.core3D.DirectionalLight
public class DirectionalLight
| Constructor Summary | |
|---|---|
DirectionalLight(java.awt.Color theColor,
Vector3D theDirection)
|
|
DirectionalLight(float R,
float G,
float B,
double x,
double y,
double z)
|
|
| Method Summary | |
|---|---|
java.awt.Color |
getItsColor()
|
Vector3D |
getItsDirection()
|
void |
setItsColor(java.awt.Color itsColor)
|
void |
setItsDirection(Vector3D itsDirection)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DirectionalLight(java.awt.Color theColor,
Vector3D theDirection)
public DirectionalLight(float R,
float G,
float B,
double x,
double y,
double z)
| Method Detail |
|---|
public java.awt.Color getItsColor()
public void setItsColor(java.awt.Color itsColor)
public Vector3D getItsDirection()
public void setItsDirection(Vector3D itsDirection)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||