Go to the source code of this file.
Namespaces | |
namespace | FX |
Classes | |
class | FX::FXVec2f |
Single-precision 2-element vector. More... | |
Functions | |
FXVec2f | FX::operator * (const FXVec2f &a, FXfloat n) |
FXVec2f | FX::operator * (FXfloat n, const FXVec2f &a) |
FXVec2f | FX::operator/ (const FXVec2f &a, FXfloat n) |
FXVec2f | FX::operator/ (FXfloat n, const FXVec2f &a) |
bool | FX::operator== (const FXVec2f &a, FXfloat n) |
bool | FX::operator!= (const FXVec2f &a, FXfloat n) |
bool | FX::operator== (FXfloat n, const FXVec2f &a) |
bool | FX::operator!= (FXfloat n, const FXVec2f &a) |
bool | FX::operator< (const FXVec2f &a, FXfloat n) |
bool | FX::operator<= (const FXVec2f &a, FXfloat n) |
bool | FX::operator> (const FXVec2f &a, FXfloat n) |
bool | FX::operator>= (const FXVec2f &a, FXfloat n) |
bool | FX::operator< (FXfloat n, const FXVec2f &a) |
bool | FX::operator<= (FXfloat n, const FXVec2f &a) |
bool | FX::operator> (FXfloat n, const FXVec2f &a) |
bool | FX::operator>= (FXfloat n, const FXVec2f &a) |
FXVec2f | FX::veclo (const FXVec2f &a, const FXVec2f &b) |
FXVec2f | FX::vechi (const FXVec2f &a, const FXVec2f &b) |
FXAPI FXVec2f | FX::vecnormalize (const FXVec2f &v) |
FXAPI FXStream & | FX::operator<< (FXStream &store, const FXVec2f &v) |
FXAPI FXStream & | FX::operator>> (FXStream &store, FXVec2f &v) |