YSE sound engine
1.0
cross platform sound engine
|
Public Member Functions | |
aVec (Flt x, Flt y, Flt z) | |
aVec (const Vec &v) | |
aVec & | operator= (const Vec &v) |
Public Attributes | |
std::atomic< Flt > | x |
std::atomic< Flt > | y |
std::atomic< Flt > | z |
Definition at line 105 of file vector.hpp.