Wwise SDK 2022.1.17
|
#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 707 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