MOAB: Mesh Oriented datABase
(version 5.4.1)
|
#include <TMPCommon.hpp>
Static Public Member Functions | |
static double | sqrt () |
static double | inv () |
Definition at line 174 of file TMPCommon.hpp.
static double MBMesquite::DimConst< 3 >::inv | ( | ) | [inline, static] |
Definition at line 180 of file TMPCommon.hpp.
References MBMesquite::MSQ_ONE_THIRD.
{ return MSQ_ONE_THIRD; }
static double MBMesquite::DimConst< 3 >::sqrt | ( | ) | [inline, static] |
Definition at line 176 of file TMPCommon.hpp.
References MBMesquite::MSQ_SQRT_THREE.
{ return MSQ_SQRT_THREE; }