![]() |
Main Page Class Hierarchy Alphabetical List Compound List File List Compound Members
|
Go to the source code of this file.
Namespaces | |
| namespace | FX |
Classes | |
| class | FX::FXMat3f |
| Single-precision 3x3 matrix. More... | |
Functions | |
| FXVec2f | FX::operator* (const FXMat3f &m, const FXVec2f &v) |
| FXVec3f | FX::operator* (const FXMat3f &m, const FXVec3f &v) |
| FXVec2f | FX::operator* (const FXVec2f &v, const FXMat3f &m) |
| FXVec3f | FX::operator* (const FXVec3f &v, const FXMat3f &m) |
| FXMat3f | FX::operator+ (const FXMat3f &a, const FXMat3f &b) |
| FXMat3f | FX::operator- (const FXMat3f &a, const FXMat3f &b) |
| FXMat3f | FX::operator* (const FXMat3f &a, const FXMat3f &b) |
| FXMat3f | FX::operator* (FXfloat x, const FXMat3f &a) |
| FXMat3f | FX::operator* (const FXMat3f &a, FXfloat x) |
| FXMat3f | FX::operator/ (const FXMat3f &a, FXfloat x) |
| FXMat3f | FX::operator/ (FXfloat x, const FXMat3f &a) |
| FXbool | FX::operator== (const FXMat3f &a, const FXMat3f &b) |
| FXbool | FX::operator!= (const FXMat3f &a, const FXMat3f &b) |
| FXbool | FX::operator== (const FXMat3f &a, FXfloat n) |
| FXbool | FX::operator!= (const FXMat3f &a, FXfloat n) |
| FXbool | FX::operator== (FXfloat n, const FXMat3f &a) |
| FXbool | FX::operator!= (FXfloat n, const FXMat3f &a) |
| FXStream & | FX::operator<< (FXStream &store, const FXMat3f &m) |
| FXStream & | FX::operator>> (FXStream &store, FXMat3f &m) |
|
|