Home
last modified time | relevance | path

Searched refs:corner_threshold (Results 1 – 18 of 18) sorted by relevance

/dports/graphics/wings/libigl-2.1.0/python/py_igl/
H A Dpy_per_corner_normals.cpp12 const double corner_threshold,
16 return igl::per_corner_normals(V,F,corner_threshold,CN); in __anonce1875860102()
25 const double corner_threshold, argument
29 return igl::per_corner_normals(V,F,FN,corner_threshold,CN); in __anonce1875860202()
38 const double corner_threshold, argument
43 return igl::per_corner_normals(V,F,FN,VF,corner_threshold,CN); in __anonce1875860302()
/dports/cad/PrusaSlicer/PrusaSlicer-version_2.3.3/src/libigl/igl/
H A Dper_corner_normals.cpp18 const double corner_threshold, in per_corner_normals() argument
27 return per_corner_normals(V,F,FN,VF,corner_threshold,CN); in per_corner_normals()
39 const double corner_threshold, in per_corner_normals() argument
46 return per_corner_normals(V,F,FN,VF,corner_threshold,CN); in per_corner_normals()
60 const double corner_threshold, in per_corner_normals() argument
90 if(dp > cos(corner_threshold*PI/180)) in per_corner_normals()
H A Dper_corner_normals.h28 const double corner_threshold,
41 const double corner_threshold,
56 const double corner_threshold,
/dports/graphics/wings/libigl-2.1.0/include/igl/
H A Dper_corner_normals.cpp18 const double corner_threshold, in per_corner_normals() argument
27 return per_corner_normals(V,F,FN,VF,corner_threshold,CN); in per_corner_normals()
39 const double corner_threshold, in per_corner_normals() argument
46 return per_corner_normals(V,F,FN,VF,corner_threshold,CN); in per_corner_normals()
60 const double corner_threshold, in per_corner_normals() argument
90 if(dp > cos(corner_threshold*PI/180)) in per_corner_normals()
H A Dper_corner_normals.h28 const double corner_threshold,
41 const double corner_threshold,
56 const double corner_threshold,
/dports/graphics/netpbm/netpbm-10.91.01/converter/other/pamtosvg/
H A Dpamtosvg.c108 float corner_threshold; member
159 &cmdlineP->corner_threshold, NULL, 0); in parseCommandLine()
192 cmdlineP->corner_threshold = 100.0; in parseCommandLine()
238 fittingOptsP->corner_threshold = cmdline.corner_threshold; in fitSplines()
H A Dautotrace.h111 float corner_threshold; member
H A Dfit.c614 if (fabs(cornerAngle) <= fittingOptsP->corner_threshold) { in find_corners()
/dports/graphics/gimp-app/gimp-2.10.30/plug-ins/selection-to-path/
H A Dtypes.h100 double corner_threshold;
126 double corner_threshold; member
H A Dfit.h31 extern real corner_threshold;
H A Dfit.c55 real corner_threshold = 100.0; variable
225 corner_threshold = selVals->corner_threshold; in fit_set_params()
250 selVals->corner_threshold = corner_threshold; in fit_set_default_params()
548 if (fabs (corner_angle) <= corner_threshold) in find_corners()
691 return corner_threshold + 1.0; in find_vectors()
705 return corner_threshold + 1.0; in find_vectors()
H A Dselection-to-path-dialog.c158 sels->corner_threshold, in dialog_create_selection_area()
166 &sels->corner_threshold); in dialog_create_selection_area()
H A Dselection-to-path.c218 selVals.corner_threshold = param[6].data.d_float; in run()
272 printf ("selVals.corner_threshold %g\n", selVals.corner_threshold); in dialog_print_selVals()
/dports/graphics/inkscape/inkscape-1.1_2021-05-24_c4e8f9ed74/src/3rdparty/autotrace/
H A Dautotrace.h146 gfloat corner_threshold; member
H A Dfit.c96 fitting_opts.corner_threshold = (gfloat) 100.0; in new_fitting_opts()
499 if (fabs(corner_angle) <= fitting_opts->corner_threshold) { in find_corners()
/dports/graphics/autotrace/autotrace-0.31.1/
H A Dautotrace.h148 at_real corner_threshold; member
H A Dmain.c313 fitting_opts->corner_threshold = (at_real) atof (optarg); in read_command_line()
H A Dfit.c116 fitting_opts.corner_threshold = (at_real) 100.0; in new_fitting_opts()
582 if (fabs (corner_angle) <= fitting_opts->corner_threshold) in find_corners()