Namespaces |
namespace | FemViewer |
namespace | FemViewer::fvmath |
Functions |
template<typename T > |
bool | FemViewer::fvmath::Compare (const T &arg1, const T &arg2) |
template<> |
bool | FemViewer::fvmath::Compare< float > (const float &arg1, const float &arg2) |
template<> |
bool | FemViewer::fvmath::Compare< double > (const double &arg1, const double &arg2) |
template<> |
bool | FemViewer::fvmath::Compare< CVec3f > (const CVec3f &v1, const CVec3f &v2) |
template<> |
bool | FemViewer::fvmath::Compare< Vec3d > (const Vec3d &v1, const Vec3d &v2) |
template<class T1 , class T2 > |
bool | FemViewer::fvmath::Compare2 (const T1 &arg1, const T2 &arg2) |
template<> |
bool | FemViewer::fvmath::Compare2< Vec3d, double > (const Vec3d &v, const double &val) |
template<> |
bool | FemViewer::fvmath::Less (const double &arg1, const double &arg2) |
template<> |
bool | FemViewer::fvmath::Less (const float &arg1, const float &arg2) |
Variables |
const double | FemViewer::fvmath::epsild = 0.00000000000001 |