|
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 PSN * | List |
| Located Photon List. | |
Photon Search Structure
Definition at line 79 of file photonmap.h.
| int Max |
Max Number of Photons.
Definition at line 80 of file photonmap.h.
| int Found |
Number of Photons Found.
Definition at line 81 of file photonmap.h.
| vect_t Normal |
Normal.
Definition at line 82 of file photonmap.h.
| fastf_t RadSq |
Search Radius Sq.
Definition at line 83 of file photonmap.h.
| point_t Pos |
Search Position.
Definition at line 84 of file photonmap.h.
| struct PSN* List |
Located Photon List.
Definition at line 85 of file photonmap.h.