![]() |
Main Page Class Hierarchy Alphabetical List Compound List File List Compound Members
![]() |
Go to the source code of this file.
Classes | |
class | FX::FXMat3f |
Single-precision 3x3 matrix. More... | |
Namespaces | |
namespace | FX |
Functions | |
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, FXdouble n) |
FXbool | FX::operator== (FXdouble n, const FXMat3f &a) |
FXbool | FX::operator!= (const FXMat3f &a, FXdouble n) |
FXbool | FX::operator!= (FXdouble n, const FXMat3f &a) |
FXStream & | FX::operator<< (FXStream &store, const FXMat3f &m) |
FXStream & | FX::operator>> (FXStream &store, FXMat3f &m) |
![]() |