libigl v2.5.0
|
Go to the source code of this file.
Namespaces | |
namespace | igl |
Functions | |
template<typename S_type > | |
S_type | igl::EPS () |
Function returning EPS for corresponding type. | |
template<typename S_type > | |
S_type | igl::EPS_SQ () |
Function returning EPS_SQ for corresponding type. | |
template<> | |
float | igl::EPS< float > () |
template<> | |
double | igl::EPS< double > () |
template<> | |
float | igl::EPS_SQ< float > () |
template<> | |
double | igl::EPS_SQ< double > () |
Variables | |
const double | igl::DOUBLE_EPS = 1.0e-14 |
Standard value for double epsilon. | |
const double | igl::DOUBLE_EPS_SQ = 1.0e-28 |
Standard value for double epsilonĀ² | |
const float | igl::FLOAT_EPS = 1.0e-7f |
Standard value for single epsilon. | |
const float | igl::FLOAT_EPS_SQ = 1.0e-14f |
Standard value for single epsilonĀ² | |