|
JPL Spatial
Sound spatialization and propagation library
|
#include "JPLSpatial/Core.h"#include "JPLSpatial/ErrorReporting.h"#include "JPLSpatial/ChannelMap.h"#include "JPLSpatial/Panning/PannerBase.h"#include "JPLSpatial/Panning/VBAPLUT2D.h"#include "JPLSpatial/Math/Math.h"#include "JPLSpatial/Math/SIMD.h"#include "JPLSpatial/Math/SIMDMath.h"#include "JPLSpatial/Math/Vec3Buffer.h"#include "JPLSpatial/Memory/Bits.h"#include <algorithm>#include <cmath>#include <cstring>#include <limits>#include <optional>#include <span>Go to the source code of this file.
Classes | |
| class | JPL::VBAP::Panning2D< Traits > |
| struct | JPL::VBAP::Panning2D< Traits >::SourceLayout |
| Implementation of the source layout for 2D panning. More... | |
Namespaces | |
| namespace | JPL |
| namespace | JPL::VBAP |
| Forward declaration. | |
Typedefs | |
| template<class Traits = VBAPStandartTraits> | |
| using | JPL::VBAPanner2D = VBAPannerBase< VBAP::Panning2D< Traits >, Traits > |