tracer
Class Camera

java.lang.Object
  extended by tracer.Camera

public class Camera
extends java.lang.Object

Represents the camera: viewing window = [left,bottom] x [right,top], with z-coordinate near


Field Summary
 float bottom
           
 float left
           
 float near
           
 Vec3 origin
           
 float right
           
 float top
           
 
Constructor Summary
Camera()
           
 
Method Summary
 void parse(Parser p)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

origin

public Vec3 origin

left

public float left

bottom

public float bottom

right

public float right

top

public float top

near

public float near
Constructor Detail

Camera

public Camera()
Method Detail

parse

public void parse(Parser p)
           throws java.io.IOException
Throws:
java.io.IOException