menu
版本
2024.1.1.8691
2024.1.1.8691
2023.1.9.8628
2022.1.18.8567
2021.1.14.8108
2019.2.15.7667
2019.1.11.7296
2018.1.11.6987
2017.2.10.6745
2017.1.9.6501
2016.2.6.6153
2015.1.9.5624
2024.1.1.8691
2023.1.9.8628
2022.1.18.8567
2021.1.14.8108
2019.2.15.7667
2019.1.11.7296
2018.1.11.6987
2017.2.10.6745
2017.1.9.6501
2016.2.6.6153
2015.1.9.5624
Wwise SDK 2024.1.1
|
Position and orientation of game objects in the world (i.e. supports 64-bit-precision position) 更多...
#include <AkTypes.h>
Public 成员函数 | |
const AkVector64 & | Position () const |
Get position vector. 更多... | |
const AkVector & | OrientationFront () const |
Get orientation front vector. 更多... | |
const AkVector & | OrientationTop () const |
Get orientation top vector. 更多... | |
void | Set (const AkVector64 &in_position, const AkVector &in_orientationFront, const AkVector &in_orientationTop) |
Set position and orientation. Orientation front and top should be orthogonal and normalized. 更多... | |
void | Set (AkReal64 in_positionX, AkReal64 in_positionY, AkReal64 in_positionZ, AkReal32 in_orientFrontX, AkReal32 in_orientFrontY, AkReal32 in_orientFrontZ, AkReal32 in_orientTopX, AkReal32 in_orientTopY, AkReal32 in_orientTopZ) |
Set position and orientation. Orientation front and top should be orthogonal and normalized. 更多... | |
void | SetPosition (const AkVector64 &in_position) |
Set position. 更多... | |
void | SetPosition (AkReal64 in_x, AkReal64 in_y, AkReal64 in_z) |
Set position. 更多... | |
void | SetOrientation (const AkVector &in_orientationFront, const AkVector &in_orientationTop) |
Set orientation. Orientation front and top should be orthogonal and normalized. 更多... | |
void | SetOrientation (AkReal32 in_orientFrontX, AkReal32 in_orientFrontY, AkReal32 in_orientFrontZ, AkReal32 in_orientTopX, AkReal32 in_orientTopY, AkReal32 in_orientTopZ) |
Set orientation. Orientation front and top should be orthogonal and normalized. 更多... | |