Ray Tracer Common Project
Image rendering program based on the ray tracing technique.
rt::photon Member List

This is the complete list of members for rt::photon, including all inherited members.

color() constrt::photoninline
energy() constrt::photon
operator bool() constrt::photon
operator*(const rt::color &) constrt::photon
operator*(double f) constrt::photon
operator*=(const rt::color &)rt::photon
operator*=(double f)rt::photon
operator+(const photon &) constrt::photon
operator+=(const photon &)rt::photon
photon()rt::photon
photon(const photon &)rt::photon
photon(const rt::color &clr, double e=1.0)rt::photon
photon(double r, double g, double b, double e=1.0)rt::photon