|
BRL-CAD
|
#include <photonmap.h>
Data Fields | |
| int | Max |
| Max Number of Photons. | |
| int | Found |
| Number of Photons Found. | |
| vect_t | Normal |
| Normal. | |
| fastf_t | RadSq |
| Search Radius Sq. | |
| point_t | Pos |
| Search Position. | |
| struct Photon * | List |
| Located Photon List. | |
Definition at line 89 of file photonmap.h.
| int Max |
Max Number of Photons.
Definition at line 90 of file photonmap.h.
| int Found |
Number of Photons Found.
Definition at line 91 of file photonmap.h.
| vect_t Normal |
Normal.
Definition at line 92 of file photonmap.h.
| fastf_t RadSq |
Search Radius Sq.
Definition at line 93 of file photonmap.h.
| point_t Pos |
Search Position.
Definition at line 94 of file photonmap.h.
| struct Photon* List |
Located Photon List.
Definition at line 95 of file photonmap.h.