menu
Version
2024.1.2.8726
2024.1.2.8726
2023.1.10.8659
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.2.8726
2023.1.10.8659
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.2
|
#include <AkVectors.h>
Public Member Functions | |
Ak2DVector ()=default | |
Ak2DVector (AkReal32 x, AkReal32 y) | |
AkForceInline Ak2DVector | operator= (const Ak2DVector &b) |
AkForceInline Ak2DVector | operator= (const AkSphericalCoord &b) |
Ak2DVector | operator- (const Ak2DVector &b) const |
Ak2DVector & | operator*= (const AkReal32 f) |
Ak2DVector & | operator/= (const AkReal32 f) |
AkForceInline bool | operator== (const Ak2DVector &b) const |
AkForceInline bool | operator!= (const Ak2DVector &b) const |
AkForceInline AkReal32 | Length () const |
AkForceInline Ak2DVector & | CartesianToSpherical (const Ak3DVector &in_Cartesian) |
AkForceInline Ak2DVector | LinearCombination (const Ak2DVector &A, const Ak2DVector &B) const |
AkForceInline Ak2DVector | NormalizeSpherical () const |
AkForceInline void | NormalizeSpherical () |
AkForceInline bool | IsAllPositive () const |
Public Attributes | |
AkReal32 | X |
AkReal32 | Y |
Definition at line 711 of file AkVectors.h.
Questions? Problems? Need more info? Contact us, and we can help!
Visit our Support pageRegister your project and we'll help you get started with no strings attached!
Get started with Wwise