The abstraction of a Photon class that stores the origin, direction and power of a photon three methods implemented to use the PointKDTree data structre.
More...
#include <RayTracer.h>
The abstraction of a Photon class that stores the origin, direction and power of a photon three methods implemented to use the PointKDTree data structre.
bool RayTracer::Photon::equals |
( |
const Photon & |
p, |
|
|
const Photon & |
q |
|
) |
| |
|
static |
void RayTracer::Photon::getPosition |
( |
const Photon & |
p, |
|
|
Vector3 & |
pos |
|
) |
| |
|
static |
size_t RayTracer::Photon::hashCode |
( |
const Photon & |
key | ) |
|
|
static |
Vector3 RayTracer::Photon::direction |
Point3 RayTracer::Photon::origin |
Power3 RayTracer::Photon::power |
The documentation for this class was generated from the following files: