![]() |
Main Page Class Hierarchy Alphabetical List Compound List File List Compound Members
![]() |
Go to the source code of this file.
Classes | |
class | FX::FXVec3f |
Single-precision 3-element vector. More... | |
Namespaces | |
namespace | FX |
Functions | |
FXVec3f | FX::operator* (const FXVec3f &a, FXfloat n) |
FXVec3f | FX::operator* (FXfloat n, const FXVec3f &a) |
FXVec3f | FX::operator/ (const FXVec3f &a, FXfloat n) |
FXVec3f | FX::operator/ (FXfloat n, const FXVec3f &a) |
bool | FX::operator== (const FXVec3f &a, FXfloat n) |
bool | FX::operator!= (const FXVec3f &a, FXfloat n) |
bool | FX::operator== (FXfloat n, const FXVec3f &a) |
bool | FX::operator!= (FXfloat n, const FXVec3f &a) |
bool | FX::operator< (const FXVec3f &a, FXfloat n) |
bool | FX::operator<= (const FXVec3f &a, FXfloat n) |
bool | FX::operator> (const FXVec3f &a, FXfloat n) |
bool | FX::operator>= (const FXVec3f &a, FXfloat n) |
bool | FX::operator< (FXfloat n, const FXVec3f &a) |
bool | FX::operator<= (FXfloat n, const FXVec3f &a) |
bool | FX::operator> (FXfloat n, const FXVec3f &a) |
bool | FX::operator>= (FXfloat n, const FXVec3f &a) |
FXVec3f | FX::lo (const FXVec3f &a, const FXVec3f &b) |
FXVec3f | FX::hi (const FXVec3f &a, const FXVec3f &b) |
FXVec3f | FX::normal (const FXVec3f &a, const FXVec3f &b, const FXVec3f &c) |
FXVec3f | FX::normal (const FXVec3f &a, const FXVec3f &b, const FXVec3f &c, const FXVec3f &d) |
FXVec3f | FX::normalize (const FXVec3f &v) |
FXStream & | FX::operator<< (FXStream &store, const FXVec3f &v) |
FXStream & | FX::operator>> (FXStream &store, FXVec3f &v) |
![]() |