|
Flight Club |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--flightclub.framework3d.CameraSubjectSimple
This class implements the most basic camera subject. We have two points; one defines the focus position and a second defines the eye position.
CameraMan.setSubject(flightclub.framework3d.CameraSubject, boolean)| Constructor Summary | |
CameraSubjectSimple(float[] eye,
float[] focus)
|
|
| Method Summary | |
float[] |
getEye()
|
float[] |
getFocus()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public CameraSubjectSimple(float[] eye,
float[] focus)
| Method Detail |
public float[] getEye()
getEye in interface CameraSubjectpublic float[] getFocus()
getFocus in interface CameraSubject
|
Dan Burton <danb@dircon.co.uk> | latest update: 20 Sep 2002; | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||