graphics.raytracers.raytracer.tracer
Class Eye

java.lang.Object
  extended by graphics.raytracers.raytracer.tracer.Eye

public class Eye
extends java.lang.Object


Constructor Summary
Eye()
           
 
Method Summary
 graphics.raytracers.raytracer.tracer.Vec3f getPosition()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Eye

public Eye()
Method Detail

getPosition

public graphics.raytracers.raytracer.tracer.Vec3f getPosition()