Public Member Functions | |
| RadiancePhotonProcess (const Normal &nn) | |
| void | operator() (const Point &p, const RadiancePhoton &rp, float distSquared, float &maxDistSquared) |
Public Attributes | |
| const Normal & | n |
| const RadiancePhoton * | photon |
Definition at line 148 of file photonmap.cpp.
| RadiancePhotonProcess::RadiancePhotonProcess | ( | const Normal & | nn | ) | [inline] |
Definition at line 150 of file photonmap.cpp.
References photon.
| void RadiancePhotonProcess::operator() | ( | const Point & | p, | |
| const RadiancePhoton & | rp, | |||
| float | distSquared, | |||
| float & | maxDistSquared | |||
| ) | [inline] |
Definition at line 154 of file photonmap.cpp.
References Dot(), n, RadiancePhoton::n, and photon.
| const Normal& RadiancePhotonProcess::n |
Definition at line 161 of file photonmap.cpp.
Referenced by operator()().
Definition at line 162 of file photonmap.cpp.
Referenced by PhotonIntegrator::Li(), operator()(), and RadiancePhotonProcess().
1.6.3