Home
last modified time | relevance | path

Searched refs:m_t_tolerance (Results 1 – 4 of 4) sorted by relevance

/dports/graphics/pcl-pointclouds/pcl-pcl-1.12.0/surface/include/pcl/surface/3rdparty/opennurbs/
H A Dopennurbs_optimize.h64 double m_t_tolerance; // (>= 0.0) If this value is > 0.0, then variable
/dports/math/gismo/gismo-21.12.0/external/onurbs/
H A Dopennurbs_optimize.h64 double m_t_tolerance; // (>= 0.0) If this value is > 0.0, then variable
H A Dopennurbs_optimize.cpp197 , m_t_tolerance(0.0) in ON_LocalZero1()
574 if ( fabs(s1-s0) <= m_t_tolerance ) { in NewtonRaphson()
/dports/graphics/pcl-pointclouds/pcl-pcl-1.12.0/surface/src/3rdparty/opennurbs/
H A Dopennurbs_optimize.cpp195 m_f_tolerance(0.0), m_t_tolerance(0.0), in ON_LocalZero1()
527 if ( fabs(s1-s0) <= m_t_tolerance ) { in NewtonRaphson()