opticalraytracer
Class ColorPos

java.lang.Object
  extended by opticalraytracer.ColorPos

public final class ColorPos
extends java.lang.Object


Constructor Summary
ColorPos(double r, double g, double b, double p)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ColorPos

public ColorPos(double r,
                double g,
                double b,
                double p)