Home
last modified time | relevance | path

Searched defs:foundPhoton_t (Results 1 – 1 of 1) sorted by relevance

/dports/graphics/yafaray/libYafaRay-3.5.1/include/yafraycore/
H A Dphoton.h122 struct foundPhoton_t struct
124 foundPhoton_t(){}; in foundPhoton_t() function
125 foundPhoton_t(const photon_t *p, float d): photon(p), distSquare(d){} in foundPhoton_t() argument
127 const photon_t *photon;
151 …// void gather(const point3d_t &P, std::vector< foundPhoton_t > &found, unsigned int K, float &sqR… argument