#include <photonmap.h>
Public Member Functions | |
Direction () | |
Direction (float aWeight) | |
Direction (const Vector &aDir, float aRadius, float aWeight) | |
bool | operator< (const Direction &other) const |
Public Attributes | |
Vector | dir |
float | cosRadius |
float | weight |
Definition at line 121 of file core/photonmap.h.
lux::PdfPhoton::Direction::Direction | ( | ) | [inline] |
Definition at line 123 of file core/photonmap.h.
lux::PdfPhoton::Direction::Direction | ( | float | aWeight | ) | [inline] |
Definition at line 124 of file core/photonmap.h.
lux::PdfPhoton::Direction::Direction | ( | const Vector & | aDir, | |
float | aRadius, | |||
float | aWeight | |||
) | [inline] |
Definition at line 125 of file core/photonmap.h.
bool lux::PdfPhoton::Direction::operator< | ( | const Direction & | other | ) | const [inline] |
Definition at line 128 of file core/photonmap.h.
References weight.
Definition at line 133 of file core/photonmap.h.
Definition at line 132 of file core/photonmap.h.
Definition at line 134 of file core/photonmap.h.
Referenced by operator<().