Home
last modified time | relevance | path

Searched refs:minslope (Results 1 – 11 of 11) sorted by relevance

/dports/math/saga/saga-8.1.3/saga-gis/src/tools/terrain_analysis/ta_preprocessor/
H A DFillSinks_WL_XXL.cpp124 double minslope, mindiff[8]; in On_Execute() local
130 minslope = Parameters("MINSLOPE")->asDouble(); in On_Execute()
135 if( minslope > 0.0 ) in On_Execute()
137 minslope = tan(minslope * M_DEG_TO_RAD); in On_Execute()
139 mindiff[i] = minslope * Get_Length(i); in On_Execute()
H A DFillSinks_WL.cpp138 double minslope, mindiff[8]; in On_Execute() local
146 minslope = Parameters("MINSLOPE")->asDouble(); in On_Execute()
151 if( minslope > 0.0 ) in On_Execute()
153 minslope = tan(minslope * M_DEG_TO_RAD); in On_Execute()
155 mindiff[i] = minslope * Get_Length(i); in On_Execute()
H A DFillSinks.cpp104 double z, wz, wzn, minslope; in On_Execute() local
111 minslope = tan(Parameters("MINSLOPE")->asDouble() * M_DEG_TO_RAD); in On_Execute()
120 epsilon[i] = minslope * Get_Length(i); in On_Execute()
/dports/games/scorched3d/scorched/src/common/placement/
H A DPlacementTypeMask.cpp45 if (!node->getNamedChild("minslope", minslope)) return false; in readXML()
100 normal[2] > minslope) in getPositions()
H A DPlacementTypeMask.h43 fixed mincloseness, minslope; variable
/dports/math/R-cran-nloptr/nloptr/src/nlopt_src/cdirect/
H A Dcdirect.c264 double minslope; in convex_hull() local
304 minslope = (ymaxmin - yminmin) / (xmax - xmin); in convex_hull()
322 if (k[1] > yminmin + (k[0] - xmin) * minslope) in convex_hull()
/dports/math/nlopt/nlopt-2.7.1/src/algs/cdirect/
H A Dcdirect.c264 double minslope; in convex_hull() local
304 minslope = (ymaxmin - yminmin) / (xmax - xmin); in convex_hull()
322 if (k[1] > yminmin + (k[0] - xmin) * minslope) in convex_hull()
/dports/graphics/glosm/glosm-glosm-0.0.2/libglosm-geomgen/src/
H A DGeometryGenerator.cc44 …Geometry& geom, const VertexVector& vertices, int minz, int maxz, float minslope, const OsmDatasou… in CreateSmartVerticalLines() argument
45 double cosminslope = cos(minslope/180.0*M_PI); in CreateSmartVerticalLines()
/dports/graphics/argyllcms/Argyll_V1.9.2/profile/
H A Dprintcal.c1533 double aslope, minslope = 1e6; in main() local
1552 if (slope < minslope) in main()
1553 minslope = slope; in main()
1558 nminslope = minslope * SLOPE_NORM/pct->ademax[j]; in main()
/dports/graphics/argyllcms/Argyll_V1.9.2/spectro/
H A Dmunki_imp.c5262 double minslope = 1e38; in munki_extract_patches_multimeas() local
5469 minslope = 1e38; in munki_extract_patches_multimeas()
5481 if (avs < minslope) in munki_extract_patches_multimeas()
5482 minslope = avs; in munki_extract_patches_multimeas()
5487 minslope *= 3.0; in munki_extract_patches_multimeas()
5489 slope[i] = (slope[i] - minslope) / (maxslope - minslope); in munki_extract_patches_multimeas()
5531 minslope = 1e38; in munki_extract_patches_multimeas()
5543 if (avs < minslope) in munki_extract_patches_multimeas()
5544 minslope = avs; in munki_extract_patches_multimeas()
5550 minslope *= 3.0; in munki_extract_patches_multimeas()
[all …]
H A Di1pro_imp.c6446 double minslope = 1e38; local
6657 minslope = 1e38;
6669 if (avs < minslope)
6670 minslope = avs;
6675 minslope *= 3.0;
6677 slope[i] = (slope[i] - minslope) / (maxslope - minslope);
6719 minslope = 1e38;
6731 if (avs < minslope)
6732 minslope = avs;
6738 minslope *= 3.0;
[all …]