|
JPL Spatial
Sound spatialization and propagation library
|
#include "JPLSpatial/Core.h"#include "JPLSpatial/Math/MinimalQuat.h"#include "JPLSpatial/Math/MinimalBasis.h"#include "JPLSpatial/Math/Vec3Traits.h"Go to the source code of this file.
Classes | |
| struct | JPL::OrientationData< Vec3Type > |
| Minimum data required to do our orientation math. More... | |
| struct | JPL::Position< Vec3Type > |
| Location and orientation in one place. More... | |
Namespaces | |
| namespace | JPL |
Functions | |
| template<CVec3 Vec3Type> | |
| JPL_INLINE bool | JPL::operator== (const OrientationData< Vec3Type > &lhs, const OrientationData< Vec3Type > &rhs) noexcept |
| template<CVec3 Vec3Type> | |
| JPL_INLINE bool | JPL::operator== (const Position< Vec3Type > &lhs, const Position< Vec3Type > &rhs) noexcept |