Home
last modified time | relevance | path

Searched refs:mfSmallValue (Results 1 – 2 of 2) sorted by relevance

/trunk/main/basegfx/inc/basegfx/numeric/
H A Dftools.hxx177 static double mfSmallValue; member in basegfx::fTools
181 static double getSmallValue() { return mfSmallValue; } in getSmallValue()
183 static void setSmallValue(const double& rfNew) { mfSmallValue = rfNew; } in setSmallValue()
/trunk/main/basegfx/source/numeric/
H A Dftools.cxx32 double ::basegfx::fTools::mfSmallValue = 0.000000001;

Completed in 21 milliseconds