|
SAF
|
Internal source for the VBAP/MDAP module (SAF_VBAP_MODULE) More...
Go to the source code of this file.
Functions | |
| void | ccross (float a[3], float b[3], float c[3]) |
| Cross product between two 3-element floating point vectors. | |
Internal source 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.c.
| 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.