Home
last modified time | relevance | path

Searched refs:Point (Results 1 – 25 of 9543) sorted by relevance

12345678910>>...382

/dports/science/PETSc/petsc-3.14.1/src/snes/tests/output/
H A Dex2_1.out1 [0]Point 0 (0.875, 0.9375, 0.8125)
2 [0]Point 1 (0.625, 0.6875, 0.5625)
3 [0]Point 2 (0.875, 0.9375, 0.5625)
4 [0]Point 3 (0.625, 0.9375, 0.5625)
385 [0]Point 0 is in Cell 0
386 [0]Point 1 is in Cell 1
387 [0]Point 2 is in Cell 2
388 [0]Point 3 is in Cell 3
389 [0]Point 4 is in Cell 4
390 [0]Point 5 is in Cell 5
[all …]
H A Dex2_3.out1 [0]Point 0 (0.875, 0.9375, 0.8125)
2 [0]Point 1 (0.625, 0.6875, 0.5625)
3 [0]Point 2 (0.875, 0.9375, 0.5625)
4 [0]Point 3 (0.625, 0.9375, 0.5625)
385 [0]Point 0 is in Cell 0
386 [0]Point 1 is in Cell 1
387 [0]Point 2 is in Cell 2
388 [0]Point 3 is in Cell 3
389 [0]Point 4 is in Cell 4
390 [0]Point 5 is in Cell 5
[all …]
H A Dex2_5.out1 [0]Point 0 (0.875, 0.9375, 0.8125)
2 [0]Point 1 (0.625, 0.6875, 0.5625)
3 [0]Point 2 (0.875, 0.9375, 0.5625)
4 [0]Point 3 (0.625, 0.9375, 0.5625)
385 [0]Point 0 is in Cell 0
386 [0]Point 1 is in Cell 1
387 [0]Point 2 is in Cell 2
388 [0]Point 3 is in Cell 3
389 [0]Point 4 is in Cell 4
390 [0]Point 5 is in Cell 5
[all …]
H A Dex2_10.out1 [0]Point 0 (0., 0., 0.)
2 [0]Point 1 (0.5, 0., 0.)
3 [0]Point 2 (1., 0., 0.)
4 [0]Point 3 (0., 0.5, 0.)
5 [0]Point 4 (0.5, 0.5, 0.)
6 [0]Point 5 (1., 0.5, 0.)
7 [0]Point 6 (0., 1., 0.)
8 [0]Point 7 (0.5, 1., 0.)
9 [0]Point 8 (1., 1., 0.)
10 [0]Point 9 (0., 0., 0.5)
[all …]
H A Dex2_11.out1 [0]Point 0 (0., 0., 0.)
2 [0]Point 1 (0.5, 0., 0.)
3 [0]Point 2 (1., 0., 0.)
4 [0]Point 3 (0., 0.5, 0.)
5 [0]Point 4 (0.5, 0.5, 0.)
6 [0]Point 5 (1., 0.5, 0.)
7 [0]Point 6 (0., 1., 0.)
8 [0]Point 7 (0.5, 1., 0.)
9 [0]Point 8 (1., 1., 0.)
10 [0]Point 9 (0., 0., 0.5)
[all …]
/dports/science/elmerfem/elmerfem-release-9.0/elmerice/Tests/GlaDS_3dMesh/
H A Dmesh_B5.geo5 Point(1) = {0.0,0.0,0.0,lc};
6 Point(2) = { L ,0.0,0.0,lc};
115 Point{5} In Surface{10};
116 Point{6} In Surface{10};
117 Point{7} In Surface{10};
118 Point{8} In Surface{10};
119 Point{9} In Surface{10};
215 Physical Point(1) = {5};
216 Physical Point(2) = {6};
217 Physical Point(3) = {7};
[all …]
/dports/science/elmerfem/elmerfem-release-9.0/elmerice/Tests/GlaDS_2d/
H A Dmesh_B5.geo5 Point(1) = {0.0,0.0,0.0,lc};
6 Point(2) = { L ,0.0,0.0,lc};
115 Point{5} In Surface{10};
116 Point{6} In Surface{10};
117 Point{7} In Surface{10};
118 Point{8} In Surface{10};
119 Point{9} In Surface{10};
215 Physical Point(1) = {5};
216 Physical Point(2) = {6};
217 Physical Point(3) = {7};
[all …]
/dports/science/elmerfem/elmerfem-release-9.0/elmerice/Tests/GlaDS_3dInt/
H A Dmesh_B5.geo5 Point(1) = {0.0,0.0,0.0,lc};
6 Point(2) = { L ,0.0,0.0,lc};
115 Point{5} In Surface{10};
116 Point{6} In Surface{10};
117 Point{7} In Surface{10};
118 Point{8} In Surface{10};
119 Point{9} In Surface{10};
215 Physical Point(1) = {5};
216 Physical Point(2) = {6};
217 Physical Point(3) = {7};
[all …]
/dports/math/xlife++/xlifepp-sources-v2.0.1-2018-05-09/src/utils/
H A DPoint.hpp186 bool arePointsCoplanar(const Point& p1, const Point& p2, const Point& p3, const Point& p4);
200 Point intersectionOfStraightLines(const Point & S1,const Point & S2,const Point & T1,const Point & …
202 Point projectionOfPointOnPlane(const Point& B, const Point& S1, const Point& S2, const Point& S3, r…
204 std::pair<Point,Point> projectionOfSegmentOnPlane(const Point & T1, const Point & T2, const Point& …
206 …::vector<Point> projectionOfTriangleOnPlane(const Point& T1, const Point & T2, const Point & T3,…
208 std::pair<Point,Point> commonPerpendicularOfStraightLines(const Point & Am,const Point & Ap,const P…
212 std::pair<Point,Point> intersectionOfPlanes(const Point& S1, const Point& S2, const Point& S3,const…
214 Point intersectionOfPlanesWithOneSharedPoint(const Point& S1, const Point& S2, const Point& S3, con…
222 Point projectionOnSegment(const Point& M, const Point& A, const Point& B, real_t & h);
224 Point projectionOnTriangle(const Point& M, const Point& S1, const Point& S2, const Point& S3, real_…
[all …]
/dports/java/icedtea-web/icedtea-web-1.6.2/netx/net/sourceforge/jnlp/splashscreen/impls/defaultsplashscreen2012/
H A DSplinesDefs.java39 import java.awt.Point;
45 new Point(268, 307),
46 new Point(274, 326),
47 new Point(289, 337),
48 new Point(317, 349),
49 new Point(362, 350),
50 new Point(413, 334),
51 new Point(428, 326),
52 new Point(453, 309),
53 new Point(469, 292),
[all …]
/dports/science/elmerfem/elmerfem-release-9.0/elmerice/examples/Test_MshGlacierDEM/Partitioned/
H A Dteterousse.geo2 Point(1)={ 9.4781458e+05, 2.1050874e+06,0.0,18};
3 Point(2)={ 9.4781103e+05, 2.1050753e+06,0.0,18};
4 Point(3)={ 9.4780464e+05, 2.1050604e+06,0.0,18};
5 Point(4)={ 9.4780108e+05, 2.1050547e+06,0.0,18};
6 Point(5)={ 9.4779824e+05, 2.1050469e+06,0.0,18};
7 Point(6)={ 9.4779469e+05, 2.1050419e+06,0.0,18};
8 Point(7)={ 9.4779256e+05, 2.1050391e+06,0.0,18};
9 Point(8)={ 9.4778332e+05, 2.1050341e+06,0.0,18};
10 Point(9)={ 9.4777764e+05, 2.1050305e+06,0.0,18};
11 Point(10)={ 9.4776911e+05, 2.1050277e+06,0.0,18};
[all …]
/dports/science/elmerfem/elmerfem-release-9.0/elmerice/examples/Test_MshGlacierDEM/Serial/
H A Dteterousse.geo2 Point(1)={ 9.4781458e+05, 2.1050874e+06,0.0,18};
3 Point(2)={ 9.4781103e+05, 2.1050753e+06,0.0,18};
4 Point(3)={ 9.4780464e+05, 2.1050604e+06,0.0,18};
5 Point(4)={ 9.4780108e+05, 2.1050547e+06,0.0,18};
6 Point(5)={ 9.4779824e+05, 2.1050469e+06,0.0,18};
7 Point(6)={ 9.4779469e+05, 2.1050419e+06,0.0,18};
8 Point(7)={ 9.4779256e+05, 2.1050391e+06,0.0,18};
9 Point(8)={ 9.4778332e+05, 2.1050341e+06,0.0,18};
10 Point(9)={ 9.4777764e+05, 2.1050305e+06,0.0,18};
11 Point(10)={ 9.4776911e+05, 2.1050277e+06,0.0,18};
[all …]
/dports/cad/cura-engine/CuraEngine-fadb5d6b/tests/utils/
H A DLinearAlg2DTest.cpp108 GetAngleParameters(Point a, Point b, Point c, double angle) in GetAngleParameters()
146 GetAngleParameters(Point(-100, 0), Point(0, 0), Point(0, -100), 270), //-90 degrees.
147 GetAngleParameters(Point(-100, 0), Point(0, 0), Point(0, 100), 90), //Straight angle.
201 …GetPointOnLineWithDistParameters(Point p, Point a, Point b, coord_t dist, Point actual_result, boo… in GetPointOnLineWithDistParameters()
247 …GetPointOnLineWithDistParameters(Point(110, 30), Point(0, 0), Point(100, 0), 50, Point(70, 0), tru…
248 …GetPointOnLineWithDistParameters(Point(90, 30), Point(0, 0), Point(100, 0), 50, Point(50, 0), true…
249 …GetPointOnLineWithDistParameters(Point(10, 30), Point(0, 0), Point(100, 0), 50, Point(50, 0), true…
250 …GetPointOnLineWithDistParameters(Point(-10, 30), Point(0, 0), Point(100, 0), 50, Point(30, 0), tru…
251 …GetPointOnLineWithDistParameters(Point(50, 30), Point(0, 0), Point(100, 0), 50, Point(10, 0), true…
252 …GetPointOnLineWithDistParameters(Point(210, 30), Point(0, 0), Point(100, 0), 50, Point(70, 0), fal…
[all …]
/dports/graphics/inkscape/inkscape-1.1_2021-05-24_c4e8f9ed74/src/3rdparty/adaptagrams/libavoid/tests/
H A DunsatisfiableRangeAssertion.cpp26 polygon.ps[0] = Point(4056, 12427.7); in main()
27 polygon.ps[1] = Point(4056, 12489.7); in main()
28 polygon.ps[2] = Point(3994, 12489.7); in main()
29 polygon.ps[3] = Point(3994, 12427.7); in main()
34 polygon.ps[0] = Point(1911, 12427.7); in main()
35 polygon.ps[1] = Point(1911, 12489.7); in main()
36 polygon.ps[2] = Point(1849, 12489.7); in main()
37 polygon.ps[3] = Point(1849, 12427.7); in main()
42 polygon.ps[0] = Point(1449, 2119.29); in main()
66 polygon.ps[0] = Point(360, 2119.29); in main()
[all …]
H A DoverlappingRects.cpp14 poly57.ps[0] = Point(-66.016, 38.6079); in main()
15 poly57.ps[1] = Point(-66.016, 58.6079); in main()
16 poly57.ps[2] = Point(-86.016, 58.6079); in main()
17 poly57.ps[3] = Point(-86.016, 38.6079); in main()
21 poly114.ps[0] = Point(886.746, 359.608); in main()
22 poly114.ps[1] = Point(886.746, 399.608); in main()
23 poly114.ps[2] = Point(830.746, 399.608); in main()
574 poly26.ps[0] = Point(852, 549); in main()
575 poly26.ps[1] = Point(852, 589); in main()
576 poly26.ps[2] = Point(796, 589); in main()
[all …]
H A DlineSegWrapperCrash6.cpp12 poly121.ps[0] = Point(645.924, 693.557); in main()
13 poly121.ps[1] = Point(645.924, 733.557); in main()
14 poly121.ps[2] = Point(589.924, 733.557); in main()
15 poly121.ps[3] = Point(589.924, 693.557); in main()
19 poly30.ps[0] = Point(1278.92, 415.557); in main()
20 poly30.ps[1] = Point(1278.92, 455.557); in main()
21 poly30.ps[2] = Point(1238.92, 455.557); in main()
22 poly30.ps[3] = Point(1238.92, 415.557); in main()
26 poly29.ps[0] = Point(1038.92, 415.557); in main()
27 poly29.ps[1] = Point(1038.92, 455.557); in main()
[all …]
H A DlineSegWrapperCrash7.cpp12 poly51.ps[0] = Point(1038.92, 323.557); in main()
13 poly51.ps[1] = Point(1038.92, 363.557); in main()
14 poly51.ps[2] = Point(998.924, 363.557); in main()
15 poly51.ps[3] = Point(998.924, 323.557); in main()
19 poly50.ps[0] = Point(272.5, -82.1578); in main()
20 poly50.ps[1] = Point(272.5, -47.1578); in main()
21 poly50.ps[2] = Point(35.5, -47.1578); in main()
22 poly50.ps[3] = Point(35.5, -82.1578); in main()
26 poly49.ps[0] = Point(45.9242, 169.75); in main()
27 poly49.ps[1] = Point(45.9242, 334.75); in main()
[all …]
/dports/games/openclaw/OpenClaw-0.0-51-gbac7730/OpenClaw/Engine/Actor/Components/
H A DRopeComponent.cpp11 static Point GetRopeEndFramePosition(const Point& initialPosition, int frameIdx) in GetRopeEndFramePosition()
17 { 0, Point(-175, 173) }, in GetRopeEndFramePosition()
18 { 1, Point(-174, 174) }, in GetRopeEndFramePosition()
19 { 2, Point(-174, 175) }, in GetRopeEndFramePosition()
20 { 3, Point(-172, 178) }, in GetRopeEndFramePosition()
21 { 4, Point(-171, 180) }, in GetRopeEndFramePosition()
22 { 5, Point(-170, 182) }, in GetRopeEndFramePosition()
23 { 6, Point(-168, 186) }, in GetRopeEndFramePosition()
24 { 7, Point(-166, 190) }, in GetRopeEndFramePosition()
25 { 8, Point(-165, 195) }, in GetRopeEndFramePosition()
[all …]
/dports/science/py-libpysal/libpysal-4.5.1/libpysal/cg/tests/
H A Dtest_shapes.py324 [Point((-5, -5)), Point((-5, 0)), Point((0, 0)), Point((0, 0))],
349 [Point((0, 0)), Point((10, 0)), Point((10, 10)), Point((0, 10))],
360 [Point((0, 0)), Point((10, 0)), Point((10, 10)), Point((0, 10))],
362 [Point((2, 2)), Point((4, 2)), Point((4, 4)), Point((2, 4))],
363 [Point((6, 6)), Point((6, 8)), Point((8, 8)), Point((8, 6))],
372 [Point((2, 2)), Point((4, 2)), Point((4, 4)), Point((2, 4))],
373 [Point((6, 6)), Point((6, 8)), Point((8, 8)), Point((8, 6))],
392 [Point((0, 0)), Point((10, 0)), Point((10, 10)), Point((0, 10))],
398 [Point((0, 0)), Point((10, 0)), Point((10, 10)), Point((0, 10))],
400 [Point((2, 2)), Point((4, 2)), Point((4, 4)), Point((2, 4))],
[all …]
/dports/cad/stepcode/stepcode-0.8/data/ap214e3/s1-c5-214/
H A DMAINBODY_FRONT.stp63 #55=CARTESIAN_POINT('Control Point',(1.1811023622,-2.70209197115,1.07518857184)) ;
65 #57=CARTESIAN_POINT('Control Point',(1.1811023622,-2.26655279521,1.8004416037)) ;
78 #74=CARTESIAN_POINT('Control Point',(1.1811023622,0.56028543767,2.83988234345)) ;
80 #76=CARTESIAN_POINT('Control Point',(1.1811023622,1.36190956845,2.56953961033)) ;
81 #77=CARTESIAN_POINT('Control Point',(1.1811023622,1.82498842606,2.24683527517)) ;
82 #78=CARTESIAN_POINT('Control Point',(1.1811023622,2.03564664599,2.05791017134)) ;
83 #79=CARTESIAN_POINT('Control Point',(1.1811023622,2.40667200225,1.63256281634)) ;
84 #80=CARTESIAN_POINT('Control Point',(1.1811023622,2.66470737798,1.13056893054)) ;
126 #132=CARTESIAN_POINT('Control Point',(1.1811023622,0.,-2.83464566929)) ;
577 #770=CARTESIAN_POINT('Control Point',(6.29921259843,0.,-0.826771653543)) ;
[all …]
H A DMAINBODY_BACK.stp65 #44=CARTESIAN_POINT('Control Point',(-0.787401574803,0.508948319173,2.6469294992)) ;
67 #46=CARTESIAN_POINT('Control Point',(-0.787401574803,1.23885067799,2.40733676422)) ;
68 #47=CARTESIAN_POINT('Control Point',(-0.787401574803,1.66372105181,2.12068301207)) ;
69 #48=CARTESIAN_POINT('Control Point',(-0.787401574803,1.85806475377,1.95265449421)) ;
70 #49=CARTESIAN_POINT('Control Point',(-0.787401574803,2.20309480707,1.57365643131)) ;
71 #50=CARTESIAN_POINT('Control Point',(-0.787401574803,2.44970948878,1.124360975)) ;
79 #58=CARTESIAN_POINT('Control Point',(-0.787401574803,1.87544135023,-1.9526241399)) ;
89 #72=CARTESIAN_POINT('Control Point',(-0.787401574803,0.,-2.67716535433)) ;
112 #95=CARTESIAN_POINT('Control Point',(-0.787401574803,0.,2.67716535433)) ;
312 #516=CARTESIAN_POINT('Control Point',(-1.57480314961,0.,2.67716535433)) ;
[all …]
H A DHEAD_BACK.stp41 #43=CARTESIAN_POINT('Control Point',(9.84251968504,0.224097066996,2.36220472441)) ;
42 #44=CARTESIAN_POINT('Control Point',(9.84251968504,0.448194112474,2.33563024)) ;
43 #45=CARTESIAN_POINT('Control Point',(9.84251968504,0.668095186862,2.28247572507)) ;
44 #46=CARTESIAN_POINT('Control Point',(9.84251968504,1.09108179775,2.1250427316)) ;
45 #47=CARTESIAN_POINT('Control Point',(9.84251968504,1.46551646667,1.87304780363)) ;
46 #48=CARTESIAN_POINT('Control Point',(9.84251968504,1.63686057962,1.72532143549)) ;
47 #49=CARTESIAN_POINT('Control Point',(9.84251968504,1.94123879401,1.39206969675)) ;
48 #50=CARTESIAN_POINT('Control Point',(9.84251968504,2.15923407815,0.996872503874)) ;
49 #51=CARTESIAN_POINT('Control Point',(9.84251968504,2.24418626325,0.787194154369)) ;
200 #250=CARTESIAN_POINT('Control Point',(7.58911999662,0.,0.708661417222)) ;
[all …]
/dports/math/py-sympy/sympy-1.9/sympy/geometry/tests/
H A Dtest_polygon.py28 a, b, c = Point(0, 0), Point(2, 0), Point(3, 3)
40 Point(-42/5, -15), Point(-2, -15), Point(7, -15), Point(15, -15),
42 Polygon(Point(-15, -15), Point(15, -15), Point(15, 15), Point(-15, 15))
107 Polygon(Point(1, 8), Point(5, 8), Point(8, 12), Point(1, 12))) == 4
181 Polygon(Point(2, 0), Point(0, 3), Point(-2, 0), Point(0, -3))
333 Point(0, 0), Point(1, 1), Point(2, 2), Point(2, -1), Point(3, 1), \
356 Polygon(Point(0, 0), Point(2, -2), Point(4, 0), Point(2, 2))
414 p = Polygon(Point(0, 0), Point(2, 0), Point(1, 1), Point(0, 3))
416 poly = Polygon(Point(3, 4), Point(0, 0), Point(8, 7), Point(-1, 1), Point(19, -19))
515 Point(0, 0), Point(0, 5), Point(0, 10), Point(5, 10),
[all …]
/dports/cad/librepcb/librepcb-0.1.6/tests/unittests/common/units/
H A Dpointtest.cpp41 Point pA;
42 Point pB;
43 Point pCenter;
58 Point p; in TEST_P()
67 Point p(data.pA); in TEST_P()
135 …PointTestData_t({Point::fromMm(0, 0), Point::fromMm(0, 0), Point::fromMm(0, 0), Angle::fr…
136 …PointTestData_t({Point::fromMm(10, 0), Point::fromMm(0, 10), Point::fromMm(0, 0), Angle::fr…
137 …PointTestData_t({Point::fromMm(0, 10), Point::fromMm(-10, 0), Point::fromMm(0, 0), Angle::fr…
138 …PointTestData_t({Point::fromMm(-10, 0), Point::fromMm(0, -10), Point::fromMm(0, 0), Angle::fr…
139 …PointTestData_t({Point::fromMm(0, -10), Point::fromMm(10, 0), Point::fromMm(0, 0), Angle::fr…
[all …]
/dports/cad/cura-engine/CuraEngine-fadb5d6b/src/utils/
H A DSparseLineGrid.h133 std::pair<Point, Point> operator()(const std::pair<Point, Point>& val) const in debugTest()
141 line_grid.insert(std::make_pair<Point, Point>(Point(50, 0), Point(50, 70))); in debugTest()
142 line_grid.insert(std::make_pair<Point, Point>(Point(0, 90), Point(50, 90))); in debugTest()
145 line_grid.insert(std::make_pair<Point, Point>(Point(-50, 0), Point(-50, -70))); in debugTest()
146 line_grid.insert(std::make_pair<Point, Point>(Point(0, -90), Point(-50, -90))); in debugTest()
152 line_grid.insert(std::make_pair<Point, Point>(Point(13, 73), Point(26, 25))); in debugTest()
153 line_grid.insert(std::make_pair<Point, Point>(Point(166, 33), Point(113, 25))); in debugTest()
154 line_grid.insert(std::make_pair<Point, Point>(Point(26, 173), Point(13, 125))); in debugTest()
162 line_grid.insert(std::make_pair<Point, Point>(Point(60, 130), Point(80, 70))); in debugTest()
163 line_grid.insert(std::make_pair<Point, Point>(Point(220, 90), Point(160, 70))); in debugTest()
[all …]

12345678910>>...382