SAF
|
Internal header for the VBAP/MDAP module (SAF_VBAP_MODULE) More...
Go to the source code of this file.
Macros | |
#define | ADD_DUMMY_LIMIT ( 60.0f ) |
In degrees, if no ls_dirs have elevation +/- this value, dummies are placed at +/- 90 elevation. | |
#define | APERTURE_LIMIT_DEG ( 180.0f ) |
if omitLargeTriangles==1, triangles with an aperture larger than this are discarded | |
Functions | |
void | ccross (float a[3], float b[3], float c[3]) |
Cross product between two 3-element floating point vectors. | |
Internal header for the VBAP/MDAP module (SAF_VBAP_MODULE)
VBAP functions largely derived from the MATLAB library found in [1].
Definition in file saf_vbap_internal.h.
#define ADD_DUMMY_LIMIT ( 60.0f ) |
In degrees, if no ls_dirs have elevation +/- this value, dummies are placed at +/- 90 elevation.
Definition at line 46 of file saf_vbap_internal.h.
#define APERTURE_LIMIT_DEG ( 180.0f ) |
if omitLargeTriangles==1, triangles with an aperture larger than this are discarded
Definition at line 50 of file saf_vbap_internal.h.
void ccross | ( | float | a[3], |
float | b[3], | ||
float | c[3] ) |
Cross product between two 3-element floating point vectors.
Definition at line 35 of file saf_vbap_internal.c.