BRL-CAD
Loading...
Searching...
No Matches
PhotonSearch Struct Reference

#include <photonmap.h>

Collaboration diagram for PhotonSearch:
[legend]

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 PSNList
 Located Photon List.
 

Detailed Description

Photon Search Structure

Definition at line 79 of file photonmap.h.

Field Documentation

◆ Max

int Max

Max Number of Photons.

Definition at line 80 of file photonmap.h.

◆ Found

int Found

Number of Photons Found.

Definition at line 81 of file photonmap.h.

◆ Normal

vect_t Normal

Normal.

Definition at line 82 of file photonmap.h.

◆ RadSq

fastf_t RadSq

Search Radius Sq.

Definition at line 83 of file photonmap.h.

◆ Pos

point_t Pos

Search Position.

Definition at line 84 of file photonmap.h.

◆ List

struct PSN* List

Located Photon List.

Definition at line 85 of file photonmap.h.


The documentation for this struct was generated from the following file: