|
Wwise SDK 2024.1.9
|
3D 64-bit vector. Intended as storage for world positions of sounds and objects, benefiting from 64-bit precision range 更多...
#include <AkTypes.h>
Public 成员函数 | |
| AkVector64 | operator+ (const AkVector64 &b) const |
| AkVector64 | operator- (const AkVector64 &b) const |
| void | Zero () |
Public 属性 | |
| AkReal64 | X |
| X Position 更多... | |
| AkReal64 | Y |
| Y Position 更多... | |
| AkReal64 | Z |
| Z Position 更多... | |