graphics.raytracers.raytracer.tracer
Class Light

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

public class Light
extends java.lang.Object


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

Constructor Detail

Light

public Light()
Method Detail

getPosition

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

getColor

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