Home
last modified time | relevance | path

Searched refs:meshm (Results 1 – 17 of 17) sorted by relevance

/dports/cad/meshlab/meshlab-Meshlab-2020.05/src/external/qhull-2003.1/src/
H A Drbox.c101 double coord[MAXdim], offset, meshm=3.0, meshn=4.0, meshr=5.0; in main() local
222 meshm= strtod (++s, &s); in main()
224 meshm= 0.0; in main()
228 meshr= sqrt (meshn*meshn + meshm*meshm); in main()
231 meshn= 3.0, meshm=4.0, meshr=5.0; in main()
441 out1( mult[0] * meshn + mult[1] * (-meshm)); in main()
443 out1( mult[0] * meshm + mult[1] * meshn); in main()
/dports/science/berkeleygw/BGW-2.0.0/Common/qhull/
H A Drboxlib.c98 double coord[MAXdim], offset, meshm=3.0, meshn=4.0, meshr=5.0; in qh_rboxpoints() local
225 meshm= qh_strtod(s, &s); in qh_rboxpoints()
227 meshm= 0.0; in qh_rboxpoints()
232 meshr= sqrt(meshn*meshn + meshm*meshm); in qh_rboxpoints()
235 meshn= 3.0, meshm=4.0, meshr=5.0; in qh_rboxpoints()
473 out1( mult[0] * meshn + mult[1] * (-meshm)); in qh_rboxpoints()
475 out1( mult[0] * meshm + mult[1] * meshn); in qh_rboxpoints()
/dports/science/afni/afni-AFNI_21.3.16/src/qhulldir/
H A Drboxlib.c97 double coord[MAXdim], offset, meshm=3.0, meshn=4.0, meshr=5.0; in qh_rboxpoints() local
224 meshm= qh_strtod(s, &s); in qh_rboxpoints()
226 meshm= 0.0; in qh_rboxpoints()
231 meshr= sqrt(meshn*meshn + meshm*meshm); in qh_rboxpoints()
234 meshn= 3.0, meshm=4.0, meshr=5.0; in qh_rboxpoints()
472 out1( mult[0] * meshn + mult[1] * (-meshm)); in qh_rboxpoints()
474 out1( mult[0] * meshm + mult[1] * meshn); in qh_rboxpoints()
/dports/math/libmesh/libmesh-1.6.2/contrib/qhull/2012.1/src/libqhull/
H A Drboxlib.c98 double coord[MAXdim], offset, meshm=3.0, meshn=4.0, meshr=5.0; in qh_rboxpoints() local
225 meshm= qh_strtod(s, &s); in qh_rboxpoints()
227 meshm= 0.0; in qh_rboxpoints()
232 meshr= sqrt(meshn*meshn + meshm*meshm); in qh_rboxpoints()
235 meshn= 3.0, meshm=4.0, meshr=5.0; in qh_rboxpoints()
473 out1( mult[0] * meshn + mult[1] * (-meshm)); in qh_rboxpoints()
475 out1( mult[0] * meshm + mult[1] * meshn); in qh_rboxpoints()
/dports/graphics/py-gdal/gdal-3.3.3/alg/internal_libqhull/
H A Drboxlib.c97 double coord[MAXdim], offset, meshm=3.0, meshn=4.0, meshr=5.0; in qh_rboxpoints() local
224 meshm= qh_strtod(s, &s); in qh_rboxpoints()
226 meshm= 0.0; in qh_rboxpoints()
231 meshr= sqrt(meshn*meshn + meshm*meshm); in qh_rboxpoints()
234 meshn= 3.0, meshm=4.0, meshr=5.0; in qh_rboxpoints()
472 out1( mult[0] * meshn + mult[1] * (-meshm)); in qh_rboxpoints()
474 out1( mult[0] * meshm + mult[1] * meshn); in qh_rboxpoints()
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/alg/internal_libqhull/
H A Drboxlib.c97 double coord[MAXdim], offset, meshm=3.0, meshn=4.0, meshr=5.0;
224 meshm= qh_strtod(s, &s);
226 meshm= 0.0;
231 meshr= sqrt(meshn*meshn + meshm*meshm);
234 meshn= 3.0, meshm=4.0, meshr=5.0;
472 out1( mult[0] * meshn + mult[1] * (-meshm));
474 out1( mult[0] * meshm + mult[1] * meshn);
/dports/math/py-matplotlib2/matplotlib-2.2.4/extern/libqhull/
H A Drboxlib.c101 double coord[MAXdim], offset, meshm=3.0, meshn=4.0, meshr=5.0; in qh_rboxpoints() local
252 meshm= qh_strtod(s, &s); in qh_rboxpoints()
254 meshm= 0.0; in qh_rboxpoints()
259 meshr= sqrt(meshn*meshn + meshm*meshm); in qh_rboxpoints()
262 meshn= 3.0, meshm=4.0, meshr=5.0; in qh_rboxpoints()
507 *(coordp++)= mult[0] * meshn + mult[1] * (-meshm); in qh_rboxpoints()
509 *(coordp++)= mult[0] * meshm + mult[1] * meshn; in qh_rboxpoints()
/dports/cad/PrusaSlicer/PrusaSlicer-version_2.3.3/src/qhull/src/libqhull/
H A Drboxlib.c101 double coord[MAXdim], offset, meshm=3.0, meshn=4.0, meshr=5.0; in qh_rboxpoints() local
252 meshm= qh_strtod(s, &s); in qh_rboxpoints()
254 meshm= 0.0; in qh_rboxpoints()
259 meshr= sqrt(meshn*meshn + meshm*meshm); in qh_rboxpoints()
262 meshn= 3.0, meshm=4.0, meshr=5.0; in qh_rboxpoints()
507 *(coordp++)= mult[0] * meshn + mult[1] * (-meshm); in qh_rboxpoints()
509 *(coordp++)= mult[0] * meshm + mult[1] * meshn; in qh_rboxpoints()
/dports/math/qhull8/qhull-8.0.2/src/libqhull/
H A Drboxlib.c132 double coord[MAXdim], offset, meshm=3.0, meshn=4.0, meshr=5.0; in qh_rboxpoints2() local
265 meshm= qh_strtod(s, &s); in qh_rboxpoints2()
267 meshm= 0.0; in qh_rboxpoints2()
272 meshr= sqrt(meshn*meshn + meshm*meshm); in qh_rboxpoints2()
275 meshn= 3.0, meshm=4.0, meshr=5.0; in qh_rboxpoints2()
526 *(coordp++)= mult[0] * meshn + mult[1] * (-meshm); in qh_rboxpoints2()
528 *(coordp++)= mult[0] * meshm + mult[1] * meshn; in qh_rboxpoints2()
/dports/math/qhull/qhull-7.3.2/src/libqhull/
H A Drboxlib.c132 double coord[MAXdim], offset, meshm=3.0, meshn=4.0, meshr=5.0; in qh_rboxpoints2() local
265 meshm= qh_strtod(s, &s); in qh_rboxpoints2()
267 meshm= 0.0; in qh_rboxpoints2()
272 meshr= sqrt(meshn*meshn + meshm*meshm); in qh_rboxpoints2()
275 meshn= 3.0, meshm=4.0, meshr=5.0; in qh_rboxpoints2()
526 *(coordp++)= mult[0] * meshn + mult[1] * (-meshm); in qh_rboxpoints2()
528 *(coordp++)= mult[0] * meshm + mult[1] * meshn; in qh_rboxpoints2()
/dports/math/py-pyhull/pyhull-2015.2.1/src/libqhull/
H A Drboxlib.c101 double coord[MAXdim], offset, meshm=3.0, meshn=4.0, meshr=5.0; in qh_rboxpoints() local
252 meshm= qh_strtod(s, &s); in qh_rboxpoints()
254 meshm= 0.0; in qh_rboxpoints()
259 meshr= sqrt(meshn*meshn + meshm*meshm); in qh_rboxpoints()
262 meshn= 3.0, meshm=4.0, meshr=5.0; in qh_rboxpoints()
507 *(coordp++)= mult[0] * meshn + mult[1] * (-meshm); in qh_rboxpoints()
509 *(coordp++)= mult[0] * meshm + mult[1] * meshn; in qh_rboxpoints()
/dports/science/py-scipy/scipy-1.7.1/scipy/spatial/qhull_src/src/
H A Drboxlib_r.c104 double coord[MAXdim], offset, meshm=3.0, meshn=4.0, meshr=5.0; in qh_rboxpoints2() local
237 meshm= qh_strtod(s, &s); in qh_rboxpoints2()
239 meshm= 0.0; in qh_rboxpoints2()
244 meshr= sqrt(meshn*meshn + meshm*meshm); in qh_rboxpoints2()
247 meshn= 3.0, meshm=4.0, meshr=5.0; in qh_rboxpoints2()
498 *(coordp++)= mult[0] * meshn + mult[1] * (-meshm); in qh_rboxpoints2()
500 *(coordp++)= mult[0] * meshm + mult[1] * meshn; in qh_rboxpoints2()
/dports/math/R-cran-geometry/geometry/src/
H A Drboxlib_r.c83 double coord[MAXdim], offset, meshm=3.0, meshn=4.0, meshr=5.0; in qh_rboxpoints() local
225 meshm= qh_strtod(s, &s); in qh_rboxpoints()
227 meshm= 0.0; in qh_rboxpoints()
232 meshr= sqrt(meshn*meshn + meshm*meshm); in qh_rboxpoints()
235 meshn= 3.0, meshm=4.0, meshr=5.0; in qh_rboxpoints()
480 *(coordp++)= mult[0] * meshn + mult[1] * (-meshm); in qh_rboxpoints()
482 *(coordp++)= mult[0] * meshm + mult[1] * meshn; in qh_rboxpoints()
/dports/cad/PrusaSlicer/PrusaSlicer-version_2.3.3/src/qhull/src/libqhull_r/
H A Drboxlib_r.c83 double coord[MAXdim], offset, meshm=3.0, meshn=4.0, meshr=5.0; in qh_rboxpoints() local
225 meshm= qh_strtod(s, &s); in qh_rboxpoints()
227 meshm= 0.0; in qh_rboxpoints()
232 meshr= sqrt(meshn*meshn + meshm*meshm); in qh_rboxpoints()
235 meshn= 3.0, meshm=4.0, meshr=5.0; in qh_rboxpoints()
480 *(coordp++)= mult[0] * meshn + mult[1] * (-meshm); in qh_rboxpoints()
482 *(coordp++)= mult[0] * meshm + mult[1] * meshn; in qh_rboxpoints()
/dports/math/qhull8/qhull-8.0.2/src/libqhull_r/
H A Drboxlib_r.c104 double coord[MAXdim], offset, meshm=3.0, meshn=4.0, meshr=5.0; in qh_rboxpoints2() local
237 meshm= qh_strtod(s, &s); in qh_rboxpoints2()
239 meshm= 0.0; in qh_rboxpoints2()
244 meshr= sqrt(meshn*meshn + meshm*meshm); in qh_rboxpoints2()
247 meshn= 3.0, meshm=4.0, meshr=5.0; in qh_rboxpoints2()
498 *(coordp++)= mult[0] * meshn + mult[1] * (-meshm); in qh_rboxpoints2()
500 *(coordp++)= mult[0] * meshm + mult[1] * meshn; in qh_rboxpoints2()
/dports/math/qhull/qhull-7.3.2/src/libqhull_r/
H A Drboxlib_r.c104 double coord[MAXdim], offset, meshm=3.0, meshn=4.0, meshr=5.0; in qh_rboxpoints2() local
237 meshm= qh_strtod(s, &s); in qh_rboxpoints2()
239 meshm= 0.0; in qh_rboxpoints2()
244 meshr= sqrt(meshn*meshn + meshm*meshm); in qh_rboxpoints2()
247 meshn= 3.0, meshm=4.0, meshr=5.0; in qh_rboxpoints2()
498 *(coordp++)= mult[0] * meshn + mult[1] * (-meshm); in qh_rboxpoints2()
500 *(coordp++)= mult[0] * meshm + mult[1] * meshn; in qh_rboxpoints2()
/dports/cad/meshlab/meshlab-Meshlab-2020.05/src/meshlabplugins/decorate_base/
H A Ddecorate_base.cpp91 foreach(MeshModel *meshm, md.meshList) in decorateDoc()
93 if (meshm != md.mm() || (!showCameraDetails)) // non-selected meshes, only draw in decorateDoc()
95 …if (meshm->visible) DrawCamera(meshm, meshm->cm.shot, Color4b::DarkRed, md.mm()->cm.Tr, rm, painte… in decorateDoc()
99 DrawCamera(meshm, meshm->cm.shot, Color4b::Magenta, md.mm()->cm.Tr, rm, painter, qf); in decorateDoc()
100 DisplayCamera(meshm->label(), meshm->cm.shot, 1); in decorateDoc()