|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectapps.lightrays.raytracer.scene.CameraAnimation
public class CameraAnimation
The Class CameraAnimation.
Field Summary | |
---|---|
Vector |
endEyePosition
The end eye position. |
int |
frames
The frames. |
Vector |
startEyePosition
The start eye position. |
Constructor Summary | |
---|---|
CameraAnimation()
Instantiates a new camera animation. |
Method Summary | |
---|---|
Vector |
getCameraPositionForFrame(int frame)
Gets the camera position for frame. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public Vector endEyePosition
public int frames
public Vector startEyePosition
Constructor Detail |
---|
public CameraAnimation()
Method Detail |
---|
public Vector getCameraPositionForFrame(int frame)
frame
- the frame
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |