|
JPL Spatial
Sound spatialization and propagation library
|
Minimum data required to do our orientation math. More...
#include <JPLSpatial/Math/Position.h>
Public Member Functions | |
| JPL_INLINE Basis< Vec3Type > | ToBasis () const noexcept |
| JPL_INLINE Basis< Vec3Type > | ToBasisUnsafe () const |
| JPL_INLINE Quat< Vec3Type > | ToQuat () const noexcept |
Static Public Member Functions | |
| static JPL_INLINE OrientationData< Vec3Type > | Identity () noexcept |
| static JPL_INLINE OrientationData< Vec3Type > | IdentityForward () noexcept |
| Identity facing forward as per right-handed rotation. | |
Public Attributes | |
| Vec3Type | Up |
| Vec3Type | Forward |
Minimum data required to do our orientation math.
|
inlinestaticnoexcept |
|
inlinestaticnoexcept |
Identity facing forward as per right-handed rotation.
|
inlinenoexcept |
Flip forward to accomodate right-handed rotatation
|
inline |
Flip forward to accomodate right-handed rotatation
|
inlinenoexcept |
Flip forward to accomodate right-handed rotatation
| Vec3Type JPL::OrientationData< Vec3Type >::Forward |
| Vec3Type JPL::OrientationData< Vec3Type >::Up |