SAF
|
Main structure for hades radial (360degree) gain and direct-to-diffuse ratio editor. More...
#include <saf_hades_internal.h>
Data Fields | |
int | nBands |
Number of bands. | |
int | nGrid |
Number of grid/scanning directions. | |
float * | pGrid_dirs_deg |
Pointer to grid dirs in degrees; FLAT: nGrid x 2. | |
float * | pGrid_dirs_xyz |
Pointer to grid dirs as Cartesian coordinates of unit length; FLAT: nGrid x 3. | |
Main structure for hades radial (360degree) gain and direct-to-diffuse ratio editor.
Definition at line 184 of file saf_hades_internal.h.
int hades_radial_editor_data::nBands |
Number of bands.
Definition at line 185 of file saf_hades_internal.h.
int hades_radial_editor_data::nGrid |
Number of grid/scanning directions.
Definition at line 186 of file saf_hades_internal.h.
float* hades_radial_editor_data::pGrid_dirs_deg |
Pointer to grid dirs in degrees; FLAT: nGrid x 2.
Definition at line 187 of file saf_hades_internal.h.
float* hades_radial_editor_data::pGrid_dirs_xyz |
Pointer to grid dirs as Cartesian coordinates of unit length; FLAT: nGrid x 3.
Definition at line 188 of file saf_hades_internal.h.