|
Wwise SDK 2025.1.4
|
3D vector for some operations in 3D space. Typically intended only for localized calculations due to 32-bit precision 更多...
#include Ak3DObjects.h>
Public 成员函数 | |
| AkVector | operator+ (const AkVector &b) const |
| AkVector | operator- (const AkVector &b) const |
| AkVector | operator* (const AkReal32 f) const |
| AkVector | operator/ (const AkReal32 f) const |
| void | Zero () |
| operator AkVector64 () const | |
Public 属性 | |
| AkReal32 | X |
| X Position 更多... | |
| AkReal32 | Y |
| Y Position 更多... | |
| AkReal32 | Z |
| Z Position 更多... | |
3D vector for some operations in 3D space. Typically intended only for localized calculations due to 32-bit precision
在文件 Ak3DObjects.h 第 70 行定义.