32#ifndef __SAF_VBAP_INTERNAL_H_INCLUDED__
33#define __SAF_VBAP_INTERNAL_H_INCLUDED__
46#define ADD_DUMMY_LIMIT ( 60.0f )
50#define APERTURE_LIMIT_DEG ( 180.0f )
59void ccross(
float a[3],
float b[3],
float c[3]);
Include header for SAF externals.
Main header for the utilities module (SAF_UTILITIES_MODULE)
Main header for the VBAP/MDAP module (SAF_VBAP_MODULE)
void ccross(float a[3], float b[3], float c[3])
Cross product between two 3-element floating point vectors.