Flight Club


flightclub.framework3d
Class CameraSubjectSimple

java.lang.Object
  |
  +--flightclub.framework3d.CameraSubjectSimple
All Implemented Interfaces:
CameraSubject

public class CameraSubjectSimple
extends java.lang.Object
implements CameraSubject

This class implements the most basic camera subject. We have two points; one defines the focus position and a second defines the eye position.

See Also:
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

CameraSubjectSimple

public CameraSubjectSimple(float[] eye,
                           float[] focus)
Method Detail

getEye

public float[] getEye()
Specified by:
getEye in interface CameraSubject

getFocus

public float[] getFocus()
Specified by:
getFocus in interface CameraSubject

Dan Burton <danb@dircon.co.uk> | latest update: 20 Sep 2002;