MOAB: Mesh Oriented datABase
(version 5.4.1)
|
#include <TMPCommon.hpp>
Static Public Member Functions | |
static double | sqrt () |
static double | inv () |
Definition at line 162 of file TMPCommon.hpp.
static double MBMesquite::DimConst< 2 >::inv | ( | ) | [inline, static] |
Definition at line 168 of file TMPCommon.hpp.
{
return 0.5;
}
static double MBMesquite::DimConst< 2 >::sqrt | ( | ) | [inline, static] |
Definition at line 164 of file TMPCommon.hpp.
References MBMesquite::MSQ_SQRT_TWO.
{ return MSQ_SQRT_TWO; }