SAF
Loading...
Searching...
No Matches
saf_vbap_internal.c File Reference

Internal source for the VBAP/MDAP module (SAF_VBAP_MODULE) More...

#include "saf_vbap.h"
#include "saf_vbap_internal.h"

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.
 

Detailed Description

Internal source for the VBAP/MDAP module (SAF_VBAP_MODULE)

VBAP functions largely derived from the MATLAB library found in [1].

See also
[1] https://github.com/polarch/Vector-Base-Amplitude-Panning Copyright (c) 2015, Archontis Politis, BSD-3-Clause License
Author
Leo McCormack
Date
02.10.2017
License
ISC

Definition in file saf_vbap_internal.c.

Function Documentation

◆ ccross()

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.