Home
last modified time | relevance | path

Searched refs:pointsB (Results 1 – 25 of 30) sorted by relevance

12

/dports/misc/vxl/vxl-3.3.2/core/vgl/examples/
H A Dcalculate_homography.cxx21 std::vector<vgl_homg_point_2d<double>> pointsB; in main() local
72 pointsB.push_back(tr_p1); in main()
73 pointsB.push_back(tr_p2); in main()
74 pointsB.push_back(tr_p3); in main()
75 pointsB.push_back(tr_p4); in main()
91 vgl_h_matrix_2d<double> H_comp = hcl.compute(pointsA, pointsB); in main()
/dports/math/gnuplot-tex-extras/gnuplot-5.2.8/src/
H A Dpm3d.c636 pointsB = scanB->points; in pm3d_plot()
704 pointsB[ii].type == INRANGE && pointsB[ii1].type == INRANGE)) in pm3d_plot()
709 pointsB[ii].type == UNDEFINED || pointsB[ii1].type == UNDEFINED) in pm3d_plot()
713 pointsB[ii].type == OUTRANGE && pointsB[ii1].type == OUTRANGE) in pm3d_plot()
732 cb3 = pointsB[ii].CRD_COLOR; in pm3d_plot()
737 cb3 = z2cb(pointsB[ii].z); in pm3d_plot()
738 cb4 = z2cb(pointsB[ii1].z); in pm3d_plot()
799 &pointsB[ii], &pointsB[ii1], gray); in pm3d_plot()
823 corners[1].x = pointsB[ii].x; in pm3d_plot()
832 corners[1].z = pointsB[ii].z; in pm3d_plot()
[all …]
/dports/astro/kstars/kstars-3.5.6/Tests/kstars_ui/
H A Dtest_artificial_horizon.cpp337 QList<SkyPoint> pointsB = getRegionPoints(0); in testArtificialHorizon() local
338 QVERIFY(pointsA.size() + 1 == pointsB.size()); in testArtificialHorizon()
340 QVERIFY(pointsA[i] == pointsB[i]); in testArtificialHorizon()
362 pointsB = getRegionPoints(0); in testArtificialHorizon()
363 QVERIFY(pointsA.size() + 1 == pointsB.size()); in testArtificialHorizon()
365 QVERIFY(pointsA[i] == pointsB[i]); in testArtificialHorizon()
367 QVERIFY(pointsA[i] == pointsB[i + 1]); in testArtificialHorizon()
393 pointsB = getRegionPoints(0); in testArtificialHorizon()
394 QVERIFY(pointsA == pointsB); in testArtificialHorizon()
/dports/math/gnuplot/gnuplot-5.4.1/src/
H A Dpm3d.c645 pointsB = scanB->points; in pm3d_plot()
713 pointsB[ii].type == INRANGE && pointsB[ii1].type == INRANGE)) in pm3d_plot()
718 pointsB[ii].type == UNDEFINED || pointsB[ii1].type == UNDEFINED) in pm3d_plot()
722 pointsB[ii].type == OUTRANGE && pointsB[ii1].type == OUTRANGE) in pm3d_plot()
737 cb3 = pointsB[ii].CRD_COLOR; in pm3d_plot()
755 cb3 = pointsB[ii].z; in pm3d_plot()
756 cb4 = pointsB[ii1].z; in pm3d_plot()
815 &pointsB[ii], &pointsB[ii1], gray); in pm3d_plot()
848 corners[1].z = pointsB[ii].z; in pm3d_plot()
849 corners[2].z = pointsB[ii1].z; in pm3d_plot()
[all …]
/dports/math/gnuplot-lite/gnuplot-5.4.1/src/
H A Dpm3d.c645 pointsB = scanB->points; in pm3d_plot()
713 pointsB[ii].type == INRANGE && pointsB[ii1].type == INRANGE)) in pm3d_plot()
718 pointsB[ii].type == UNDEFINED || pointsB[ii1].type == UNDEFINED) in pm3d_plot()
722 pointsB[ii].type == OUTRANGE && pointsB[ii1].type == OUTRANGE) in pm3d_plot()
737 cb3 = pointsB[ii].CRD_COLOR; in pm3d_plot()
755 cb3 = pointsB[ii].z; in pm3d_plot()
756 cb4 = pointsB[ii1].z; in pm3d_plot()
815 &pointsB[ii], &pointsB[ii1], gray); in pm3d_plot()
848 corners[1].z = pointsB[ii].z; in pm3d_plot()
849 corners[2].z = pointsB[ii1].z; in pm3d_plot()
[all …]
/dports/science/berkeleygw/BGW-2.0.0/Common/qhull/
H A Duser_eg.c271 coordT pointsB[DIM*TOTpoints]; /* array of coordinates for each point */ in main() local
278 makeDelaunay (pointsB, numpoints, dim, (int)time(NULL)+1); in main()
280 rows[i]= pointsB+dim*i; in main()
282 exitcode= qh_new_qhull (dim, numpoints, pointsB, ismalloc, in main()
H A Duser.h614 exitcode= qh_new_qhull(dimB, numpointsB, pointsB, ismalloc,
/dports/cad/meshlab/meshlab-Meshlab-2020.05/src/external/qhull-2003.1/src/
H A Duser_eg.c262 coordT pointsB[DIM*TOTpoints]; /* array of coordinates for each point */ in main() local
269 makeDelaunay (pointsB, numpoints, dim, time(NULL)+1); in main()
271 rows[i]= pointsB+dim*i; in main()
273 exitcode= qh_new_qhull (dim, numpoints, pointsB, ismalloc, in main()
H A Duser.h520 exitcode= qh_new_qhull (dimB, numpointsB, pointsB, ismalloc,
/dports/math/libmesh/libmesh-1.6.2/contrib/qhull/2012.1/src/user_eg/
H A Duser_eg.c272 coordT pointsB[DIM*TOTpoints]; /* array of coordinates for each point */ in main() local
279 makeDelaunay (pointsB, numpoints, dim, (int)time(NULL)+1); in main()
281 rows[i]= pointsB+dim*i; in main()
283 exitcode= qh_new_qhull (dim, numpoints, pointsB, ismalloc, in main()
/dports/cad/PrusaSlicer/PrusaSlicer-version_2.3.3/src/qhull/src/user_eg/
H A Duser_eg.c276 coordT pointsB[DIM*TOTpoints]; /* array of coordinates for each point */ in main() local
282 makeDelaunay(pointsB, numpoints, dim, (int)time(NULL)+1); in main()
284 rows[i]= pointsB+dim*i; in main()
286 exitcode= qh_new_qhull(dim, numpoints, pointsB, ismalloc, in main()
H A Duser_eg_r.c270 coordT pointsB[DIM*TOTpoints]; /* array of coordinates for each point */ in main() local
279 makeDelaunay(qhB, pointsB, numpoints, dim, (int)time(NULL)+1); in main()
281 rows[i]= pointsB+dim*i; in main()
283 exitcode= qh_new_qhull(qhB, dim, numpoints, pointsB, ismalloc, in main()
/dports/math/qhull8/qhull-8.0.2/src/user_eg/
H A Duser_eg.c288 coordT pointsB[DIM*TOTpoints]; /* array of coordinates for each point */ in main() local
294 makeDelaunay(pointsB, numpoints, dim, (int)time(NULL)+1); in main()
296 rows[i]= pointsB+dim*i; in main()
299 exitcode= qh_new_qhull(dim, numpoints, pointsB, ismalloc, in main()
H A Duser_eg_r.c281 coordT pointsB[DIM*TOTpoints]; /* array of coordinates for each point */ in main() local
290 makeDelaunay(qhB, pointsB, numpoints, dim, (int)time(NULL)+1); in main()
292 rows[i]= pointsB+dim*i; in main()
295 exitcode= qh_new_qhull(qhB, dim, numpoints, pointsB, ismalloc, in main()
/dports/math/qhull/qhull-7.3.2/src/user_eg/
H A Duser_eg.c288 coordT pointsB[DIM*TOTpoints]; /* array of coordinates for each point */
294 makeDelaunay(pointsB, numpoints, dim, (int)time(NULL)+1);
296 rows[i]= pointsB+dim*i;
299 exitcode= qh_new_qhull(dim, numpoints, pointsB, ismalloc,
H A Duser_eg_r.c281 coordT pointsB[DIM*TOTpoints]; /* array of coordinates for each point */ in main() local
290 makeDelaunay(qhB, pointsB, numpoints, dim, (int)time(NULL)+1); in main()
292 rows[i]= pointsB+dim*i; in main()
295 exitcode= qh_new_qhull(qhB, dim, numpoints, pointsB, ismalloc, in main()
/dports/graphics/blender/blender-2.91.0/release/scripts/addons/curve_tools/
H A Dinternal.py333 …bezierIntersectionBroadPhase(solutions, pointsA, pointsB, aMin, aMid, bMin, bMid, depth, tolleranc…
334 …bezierIntersectionBroadPhase(solutions, pointsA, pointsB, aMin, aMid, bMid, bMax, depth, tolleranc…
335 …bezierIntersectionBroadPhase(solutions, pointsA, pointsB, aMid, aMax, bMin, bMid, depth, tolleranc…
338 def bezierIntersectionNarrowPhase(broadPhase, pointsA, pointsB, tollerance=0.000001): argument
348 b1 = bezierPointAt(pointsB, (bMin+bMid)*0.5)
349 b2 = bezierPointAt(pointsB, (bMid+bMax)*0.5)
371 pointsB = bezierSegmentPoints(segmentB['beginPoint'], segmentB['endPoint'])
381 if isSegmentLinear(pointsA) and isSegmentLinear(pointsB):
382 … intersection = lineSegmentLineSegmentIntersection(pointsA[0], pointsA[3], pointsB[0], pointsB[3])
387 bezierIntersectionBroadPhase(solutions, pointsA, pointsB)
[all …]
/dports/games/edge/Edge-1.35-source/lib_win32/libvorbis-1.1.2/vq/
H A Dvqsplit.c94 long pointsB=0; in vqsp_count() local
120 if(splitp)temppointsB[pointsB++]=pointindex[i]; in vqsp_count()
131 if(splitp)temppointsB[pointsB++]=pointindex[i]; in vqsp_count()
150 memcpy(pointindex+pointsA,temppointsB,sizeof(long)*pointsB); in vqsp_count()
/dports/audio/clementine-player/Clementine-1.4.0rc1/3rdparty/libprojectm/Renderer/
H A DRenderable.cpp320 float pointsB[4][2] = {{of,0},{of,of},{texof,0},{texof,of}}; in Draw() local
321 glVertexPointer(2,GL_FLOAT,0,pointsB); in Draw()
/dports/science/afni/afni-AFNI_21.3.16/src/qhulldir/
H A Duser.h604 exitcode= qh_new_qhull(dimB, numpointsB, pointsB, ismalloc,
/dports/math/libmesh/libmesh-1.6.2/contrib/qhull/2012.1/src/libqhull/
H A Duser.h614 exitcode= qh_new_qhull(dimB, numpointsB, pointsB, ismalloc,
/dports/graphics/py-gdal/gdal-3.3.3/alg/internal_libqhull/
H A Duser.h614 exitcode= qh_new_qhull(dimB, numpointsB, pointsB, ismalloc,
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/alg/internal_libqhull/
H A Duser.h614 exitcode= qh_new_qhull(dimB, numpointsB, pointsB, ismalloc,
/dports/math/py-matplotlib2/matplotlib-2.2.4/extern/libqhull/
H A Duser.h624 exitcode= qh_new_qhull(dimB, numpointsB, pointsB, ismalloc,
/dports/cad/PrusaSlicer/PrusaSlicer-version_2.3.3/src/qhull/src/libqhull/
H A Duser.h624 exitcode= qh_new_qhull(dimB, numpointsB, pointsB, ismalloc,

12