Home
last modified time | relevance | path

Searched refs:dfToleranceEps (Results 1 – 8 of 8) sorted by relevance

/dports/graphics/py-gdal/gdal-3.3.3/ogr/
H A Dogrcompoundcurve.cpp515 OGRErr OGRCompoundCurve::addCurve( OGRCurve* poCurve, double dfToleranceEps ) in addCurve() argument
518 const OGRErr eErr = addCurveDirectly( poClonedCurve, dfToleranceEps ); in addCurve()
547 double dfToleranceEps ) in addCurveDirectly() argument
549 return addCurveDirectlyInternal(poCurve, dfToleranceEps, TRUE ); in addCurveDirectly()
553 double dfToleranceEps, in addCurveDirectlyInternal() argument
590 if( fabs(oEnd.getX() - start.getX()) > dfToleranceEps * fabs(start.getX()) || in addCurveDirectlyInternal()
591 fabs(oEnd.getY() - start.getY()) > dfToleranceEps * fabs(start.getY()) || in addCurveDirectlyInternal()
592 fabs(oEnd.getZ() - start.getZ()) > dfToleranceEps * fabs(start.getZ()) ) in addCurveDirectlyInternal()
595 if( fabs(oEnd.getX() - start.getX()) > dfToleranceEps * fabs(start.getX()) || in addCurveDirectlyInternal()
596 fabs(oEnd.getY() - start.getY()) > dfToleranceEps * fabs(start.getY()) || in addCurveDirectlyInternal()
[all …]
H A Dogr_geometry.h1774 double dfToleranceEps,
1884 OGRErr addCurve( OGRCurve*, double dfToleranceEps = 1e-14 );
1885 OGRErr addCurveDirectly( OGRCurve*, double dfToleranceEps = 1e-14 );
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/ogr/
H A Dogrcompoundcurve.cpp515 OGRErr OGRCompoundCurve::addCurve( OGRCurve* poCurve, double dfToleranceEps ) in addCurve() argument
518 const OGRErr eErr = addCurveDirectly( poClonedCurve, dfToleranceEps ); in addCurve()
547 double dfToleranceEps ) in addCurveDirectly() argument
549 return addCurveDirectlyInternal(poCurve, dfToleranceEps, TRUE ); in addCurveDirectly()
553 double dfToleranceEps, in addCurveDirectlyInternal() argument
590 if( fabs(oEnd.getX() - start.getX()) > dfToleranceEps * fabs(start.getX()) || in addCurveDirectlyInternal()
591 fabs(oEnd.getY() - start.getY()) > dfToleranceEps * fabs(start.getY()) || in addCurveDirectlyInternal()
592 fabs(oEnd.getZ() - start.getZ()) > dfToleranceEps * fabs(start.getZ()) ) in addCurveDirectlyInternal()
595 if( fabs(oEnd.getX() - start.getX()) > dfToleranceEps * fabs(start.getX()) || in addCurveDirectlyInternal()
596 fabs(oEnd.getY() - start.getY()) > dfToleranceEps * fabs(start.getY()) || in addCurveDirectlyInternal()
[all …]
H A Dogr_geometry.h1774 double dfToleranceEps,
1884 OGRErr addCurve( OGRCurve*, double dfToleranceEps = 1e-14 );
1885 OGRErr addCurveDirectly( OGRCurve*, double dfToleranceEps = 1e-14 );
/dports/graphics/gdal/gdal-3.3.3/ogr/
H A Dogrcompoundcurve.cpp515 OGRErr OGRCompoundCurve::addCurve( OGRCurve* poCurve, double dfToleranceEps ) in addCurve() argument
518 const OGRErr eErr = addCurveDirectly( poClonedCurve, dfToleranceEps ); in addCurve()
547 double dfToleranceEps ) in addCurveDirectly() argument
549 return addCurveDirectlyInternal(poCurve, dfToleranceEps, TRUE ); in addCurveDirectly()
553 double dfToleranceEps, in addCurveDirectlyInternal() argument
590 if( fabs(oEnd.getX() - start.getX()) > dfToleranceEps * fabs(start.getX()) || in addCurveDirectlyInternal()
591 fabs(oEnd.getY() - start.getY()) > dfToleranceEps * fabs(start.getY()) || in addCurveDirectlyInternal()
592 fabs(oEnd.getZ() - start.getZ()) > dfToleranceEps * fabs(start.getZ()) ) in addCurveDirectlyInternal()
595 if( fabs(oEnd.getX() - start.getX()) > dfToleranceEps * fabs(start.getX()) || in addCurveDirectlyInternal()
596 fabs(oEnd.getY() - start.getY()) > dfToleranceEps * fabs(start.getY()) || in addCurveDirectlyInternal()
[all …]
H A Dogr_geometry.h1774 double dfToleranceEps,
1884 OGRErr addCurve( OGRCurve*, double dfToleranceEps = 1e-14 );
1885 OGRErr addCurveDirectly( OGRCurve*, double dfToleranceEps = 1e-14 );
/dports/devel/upp/upp/bazaar/plugin/gdal/ogr/
H A Dogrcompoundcurve.cpp448 OGRErr OGRCompoundCurve::addCurve( OGRCurve* poCurve, double dfToleranceEps ) in addCurve() argument
451 OGRErr eErr = addCurveDirectly( poClonedCurve, dfToleranceEps ); in addCurve()
480 double dfToleranceEps ) in addCurveDirectly() argument
482 return addCurveDirectlyInternal(poCurve, dfToleranceEps, TRUE ); in addCurveDirectly()
486 double dfToleranceEps, in addCurveDirectlyInternal() argument
519 if( fabs(end.getX() - start.getX()) > dfToleranceEps || in addCurveDirectlyInternal()
520 fabs(end.getY() - start.getY()) > dfToleranceEps || in addCurveDirectlyInternal()
521 fabs(end.getZ() - start.getZ()) > dfToleranceEps ) in addCurveDirectlyInternal()
H A Dogr_geometry.h706 double dfToleranceEps,
762 OGRErr addCurve( OGRCurve*, double dfToleranceEps = 1e-14 );
763 OGRErr addCurveDirectly( OGRCurve*, double dfToleranceEps = 1e-14 );