Home
last modified time | relevance | path

Searched refs:point3 (Results 1 – 25 of 995) sorted by relevance

12345678910>>...40

/dports/lang/spidermonkey60/firefox-60.9.0/third_party/rust/plane-split/tests/
H A Dmain.rs19 point3(0.0, 0.0, 0.0), in valid()
20 point3(1.0, 1.0, 1.0), in valid()
21 point3(1.0, 1.0, 0.0), in valid()
22 point3(0.0, 1.0, 1.0), in valid()
31 point3(0.0, 1.0, 0.0), in valid()
32 point3(1.0, 1.0, 1.0), in valid()
99 point3(0.0, 0.0, 1.1), in are_outside()
100 point3(1.0, 1.0, 2.0), in are_outside()
103 point3(0.5, 0.5, 1.0), in are_outside()
106 point3(0.0, 0.0, 1.0), in are_outside()
[all …]
/dports/www/firefox/firefox-99.0/third_party/rust/plane-split/tests/
H A Dmain.rs26 point3(0.0, 0.0, 0.0), in valid()
27 point3(1.0, 1.0, 1.0), in valid()
28 point3(1.0, 1.0, 0.0), in valid()
29 point3(0.0, 1.0, 1.0), in valid()
40 point3(0.0, 1.0, 0.0), in valid()
41 point3(1.0, 1.0, 1.0), in valid()
42 point3(1.0, 1.0, 0.0), in valid()
43 point3(0.0, 1.0, 1.0), in valid()
54 point3(0.0, 0.0, 1.0), in valid()
137 assert!(plane.are_outside(&[point3(0.0, 0.0, 1.1), point3(1.0, 1.0, 2.0),])); in are_outside()
[all …]
H A Dclip.rs16 point3(-10.0, -10.0, 0.0), in clip_in()
17 point3(10.0, -10.0, 0.0), in clip_in()
18 point3(10.0, 10.0, 0.0), in clip_in()
19 point3(-10.0, 10.0, 0.0), in clip_in()
40 point3(-10.0, -10.0, 0.0), in clip_out()
41 point3(10.0, -10.0, 0.0), in clip_out()
42 point3(10.0, 10.0, 0.0), in clip_out()
43 point3(-10.0, 10.0, 0.0), in clip_out()
65 point3(10.0, -10.0, 0.0), in clip_parallel()
66 point3(10.0, 10.0, 0.0), in clip_parallel()
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/plane-split/tests/
H A Dmain.rs26 point3(0.0, 0.0, 0.0), in valid()
27 point3(1.0, 1.0, 1.0), in valid()
28 point3(1.0, 1.0, 0.0), in valid()
29 point3(0.0, 1.0, 1.0), in valid()
40 point3(0.0, 1.0, 0.0), in valid()
41 point3(1.0, 1.0, 1.0), in valid()
42 point3(1.0, 1.0, 0.0), in valid()
43 point3(0.0, 1.0, 1.0), in valid()
54 point3(0.0, 0.0, 1.0), in valid()
137 assert!(plane.are_outside(&[point3(0.0, 0.0, 1.1), point3(1.0, 1.0, 2.0),])); in are_outside()
[all …]
H A Dclip.rs16 point3(-10.0, -10.0, 0.0), in clip_in()
17 point3(10.0, -10.0, 0.0), in clip_in()
18 point3(10.0, 10.0, 0.0), in clip_in()
19 point3(-10.0, 10.0, 0.0), in clip_in()
40 point3(-10.0, -10.0, 0.0), in clip_out()
41 point3(10.0, -10.0, 0.0), in clip_out()
42 point3(10.0, 10.0, 0.0), in clip_out()
43 point3(-10.0, 10.0, 0.0), in clip_out()
65 point3(10.0, -10.0, 0.0), in clip_parallel()
66 point3(10.0, 10.0, 0.0), in clip_parallel()
[all …]
/dports/www/geckodriver/mozilla-central-e9783a644016aa9b317887076618425586730d73/testing/geckodriver/cargo-crates/plane-split-0.15.0/tests/
H A Dmain.rs19 point3(0.0, 0.0, 0.0), in valid()
20 point3(1.0, 1.0, 1.0), in valid()
21 point3(1.0, 1.0, 0.0), in valid()
22 point3(0.0, 1.0, 1.0), in valid()
33 point3(0.0, 1.0, 0.0), in valid()
34 point3(1.0, 1.0, 1.0), in valid()
35 point3(1.0, 1.0, 0.0), in valid()
133 point3(0.0, 0.0, 1.1), in are_outside()
134 point3(1.0, 1.0, 2.0), in are_outside()
137 point3(0.5, 0.5, 1.0), in are_outside()
[all …]
H A Dclip.rs4 use euclid::{point3, rect, vec3};
19 point3(-10.0, -10.0, 0.0), in clip_in()
20 point3(10.0, -10.0, 0.0), in clip_in()
21 point3(10.0, 10.0, 0.0), in clip_in()
22 point3(-10.0, 10.0, 0.0), in clip_in()
40 point3(-10.0, -10.0, 0.0), in clip_out()
41 point3(10.0, -10.0, 0.0), in clip_out()
42 point3(10.0, 10.0, 0.0), in clip_out()
43 point3(-10.0, 10.0, 0.0), in clip_out()
65 point3(10.0, 10.0, 0.0), in clip_parallel()
[all …]
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/plane-split/tests/
H A Dmain.rs26 point3(0.0, 0.0, 0.0), in valid()
27 point3(1.0, 1.0, 1.0), in valid()
28 point3(1.0, 1.0, 0.0), in valid()
29 point3(0.0, 1.0, 1.0), in valid()
40 point3(0.0, 1.0, 0.0), in valid()
41 point3(1.0, 1.0, 1.0), in valid()
42 point3(1.0, 1.0, 0.0), in valid()
43 point3(0.0, 1.0, 1.0), in valid()
54 point3(0.0, 0.0, 1.0), in valid()
137 assert!(plane.are_outside(&[point3(0.0, 0.0, 1.1), point3(1.0, 1.0, 2.0),])); in are_outside()
[all …]
H A Dclip.rs16 point3(-10.0, -10.0, 0.0), in clip_in()
17 point3(10.0, -10.0, 0.0), in clip_in()
18 point3(10.0, 10.0, 0.0), in clip_in()
19 point3(-10.0, 10.0, 0.0), in clip_in()
40 point3(-10.0, -10.0, 0.0), in clip_out()
41 point3(10.0, -10.0, 0.0), in clip_out()
42 point3(10.0, 10.0, 0.0), in clip_out()
43 point3(-10.0, 10.0, 0.0), in clip_out()
65 point3(10.0, -10.0, 0.0), in clip_parallel()
66 point3(10.0, 10.0, 0.0), in clip_parallel()
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/rust/plane-split/tests/
H A Dmain.rs19 point3(0.0, 0.0, 0.0), in valid()
20 point3(1.0, 1.0, 1.0), in valid()
21 point3(1.0, 1.0, 0.0), in valid()
22 point3(0.0, 1.0, 1.0), in valid()
33 point3(0.0, 1.0, 0.0), in valid()
34 point3(1.0, 1.0, 1.0), in valid()
35 point3(1.0, 1.0, 0.0), in valid()
133 point3(0.0, 0.0, 1.1), in are_outside()
134 point3(1.0, 1.0, 2.0), in are_outside()
137 point3(0.5, 0.5, 1.0), in are_outside()
[all …]
H A Dclip.rs4 use euclid::{point3, rect, vec3};
19 point3(-10.0, -10.0, 0.0), in clip_in()
20 point3(10.0, -10.0, 0.0), in clip_in()
21 point3(10.0, 10.0, 0.0), in clip_in()
22 point3(-10.0, 10.0, 0.0), in clip_in()
40 point3(-10.0, -10.0, 0.0), in clip_out()
41 point3(10.0, -10.0, 0.0), in clip_out()
42 point3(10.0, 10.0, 0.0), in clip_out()
43 point3(-10.0, 10.0, 0.0), in clip_out()
65 point3(10.0, 10.0, 0.0), in clip_parallel()
[all …]
/dports/graphics/ftgl/ftgl-2.4.0/test/
H A DFTPoint-Test.cpp47 FTPoint point3(ftVector); in testConstructor() local
49 CPPUNIT_ASSERT(point3.X() == 4.0f); in testConstructor()
59 FTPoint point3(-1.0f, 2.3f, 23.0f); in testOperatorEqual() local
71 FTPoint point3(-1.0f, 2.3f, 23.0f); in testOperatorNotEqual() local
75 CPPUNIT_ASSERT(point1 != point3); in testOperatorNotEqual()
84 FTPoint point3(2.0f, 4.0f, 6.0f); in testOperatorPlus() local
87 CPPUNIT_ASSERT(point4 == point3); in testOperatorPlus()
96 FTPoint point3(2.0f, 4.0f, 6.0f); in testOperatorMultiply() local
99 CPPUNIT_ASSERT(point4 == point3); in testOperatorMultiply()
103 CPPUNIT_ASSERT(point4 == point3); in testOperatorMultiply()
[all …]
/dports/www/firefox/firefox-99.0/third_party/rust/euclid/src/
H A Dbox3d.rs13 use crate::point::{point3, Point3D};
672 let b = Box3D::new(point3(-1.0, -1.0, -1.0), point3(1.0, 1.0, 1.0)); in test_new()
683 let b = Box3D::new(point3(-10.0, -10.0, -10.0), point3(10.0, 10.0, 10.0)); in test_size()
691 let b = Box3D::new(point3(-10.0, -10.0, -10.0), point3(10.0, 10.0, 10.0)); in test_width_height_depth()
699 let b = Box3D::new(point3(-10.0, -10.0, -10.0), point3(10.0, 10.0, 10.0)); in test_center()
705 let b = Box3D::new(point3(-10.0, -10.0, -10.0), point3(10.0, 10.0, 10.0)); in test_volume()
711 let b = Box3D::new(point3(-10.0, -10.0, -10.0), point3(10.0, 10.0, 10.0)); in test_area()
749 let b = Box3D::from_points(&[point3(-25.5, -40.4, -70.9), point3(60.3, 36.5, 89.8)]) in test_round_out()
801 let b2 = Box3D::from_points(&[point3(0.0, 20.0, 20.0), point3(20.0, -20.0, -20.0)]); in test_union()
870 let b2 = Box3D::from_points(&[point3(10.0, 10.0, 10.0), point3(20.0, 20.0, 20.0)]); in test_lerp()
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/euclid/src/
H A Dbox3d.rs13 use crate::point::{point3, Point3D};
672 let b = Box3D::new(point3(-1.0, -1.0, -1.0), point3(1.0, 1.0, 1.0)); in test_new()
683 let b = Box3D::new(point3(-10.0, -10.0, -10.0), point3(10.0, 10.0, 10.0)); in test_size()
691 let b = Box3D::new(point3(-10.0, -10.0, -10.0), point3(10.0, 10.0, 10.0)); in test_width_height_depth()
699 let b = Box3D::new(point3(-10.0, -10.0, -10.0), point3(10.0, 10.0, 10.0)); in test_center()
705 let b = Box3D::new(point3(-10.0, -10.0, -10.0), point3(10.0, 10.0, 10.0)); in test_volume()
711 let b = Box3D::new(point3(-10.0, -10.0, -10.0), point3(10.0, 10.0, 10.0)); in test_area()
749 let b = Box3D::from_points(&[point3(-25.5, -40.4, -70.9), point3(60.3, 36.5, 89.8)]) in test_round_out()
801 let b2 = Box3D::from_points(&[point3(0.0, 20.0, 20.0), point3(20.0, -20.0, -20.0)]); in test_union()
870 let b2 = Box3D::from_points(&[point3(10.0, 10.0, 10.0), point3(20.0, 20.0, 20.0)]); in test_lerp()
[all …]
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/euclid/src/
H A Dbox3d.rs13 use crate::point::{point3, Point3D};
672 let b = Box3D::new(point3(-1.0, -1.0, -1.0), point3(1.0, 1.0, 1.0)); in test_new()
683 let b = Box3D::new(point3(-10.0, -10.0, -10.0), point3(10.0, 10.0, 10.0)); in test_size()
691 let b = Box3D::new(point3(-10.0, -10.0, -10.0), point3(10.0, 10.0, 10.0)); in test_width_height_depth()
699 let b = Box3D::new(point3(-10.0, -10.0, -10.0), point3(10.0, 10.0, 10.0)); in test_center()
705 let b = Box3D::new(point3(-10.0, -10.0, -10.0), point3(10.0, 10.0, 10.0)); in test_volume()
711 let b = Box3D::new(point3(-10.0, -10.0, -10.0), point3(10.0, 10.0, 10.0)); in test_area()
749 let b = Box3D::from_points(&[point3(-25.5, -40.4, -70.9), point3(60.3, 36.5, 89.8)]) in test_round_out()
801 let b2 = Box3D::from_points(&[point3(0.0, 20.0, 20.0), point3(20.0, -20.0, -20.0)]); in test_union()
870 let b2 = Box3D::from_points(&[point3(10.0, 10.0, 10.0), point3(20.0, 20.0, 20.0)]); in test_lerp()
[all …]
/dports/graphics/qgis/qgis-3.22.3/src/analysis/interpolation/
H A DCloughTocherInterpolator.cpp141 else if ( x == point3.x() && y == point3.y() ) in calcNormVec()
213 else if ( x == point3.x() && y == point3.y() ) in calcPoint()
266 cp16.setX( point3.x() + ( point2.x() - point3.x() ) / 3 ); in init()
267 cp16.setY( point3.y() + ( point2.y() - point3.y() ) / 3 ); in init()
268 cp16.setZ( point3.z() + ( cp16.x() - point3.x() )*der3X + ( cp16.y() - point3.y() )*der3Y ); in init()
272 cp14.setZ( point3.z() + ( cp14.x() - point3.x() )*der3X + ( cp14.y() - point3.y() )*der3Y ); in init()
336 … cp14.setZ( point3.z() + ( cp14.x() - point3.x() )*der3X + ( cp14.y() - point3.y() )*der3Y ); in init()
341 … cp16.setZ( point3.z() + ( cp16.x() - point3.x() )*der3X + ( cp16.y() - point3.y() )*der3Y ); in init()
355 cp15.setX( point3.x() + ( cp10.x() - point3.x() ) / 3 ); in init()
356 cp15.setY( point3.y() + ( cp10.y() - point3.y() ) / 3 ); in init()
[all …]
/dports/graphics/qgis-ltr/qgis-3.16.16/src/analysis/interpolation/
H A DCloughTocherInterpolator.cpp141 else if ( x == point3.x() && y == point3.y() ) in calcNormVec()
213 else if ( x == point3.x() && y == point3.y() ) in calcPoint()
266 cp16.setX( point3.x() + ( point2.x() - point3.x() ) / 3 ); in init()
267 cp16.setY( point3.y() + ( point2.y() - point3.y() ) / 3 ); in init()
268 cp16.setZ( point3.z() + ( cp16.x() - point3.x() )*der3X + ( cp16.y() - point3.y() )*der3Y ); in init()
272 cp14.setZ( point3.z() + ( cp14.x() - point3.x() )*der3X + ( cp14.y() - point3.y() )*der3Y ); in init()
336 … cp14.setZ( point3.z() + ( cp14.x() - point3.x() )*der3X + ( cp14.y() - point3.y() )*der3Y ); in init()
341 … cp16.setZ( point3.z() + ( cp16.x() - point3.x() )*der3X + ( cp16.y() - point3.y() )*der3Y ); in init()
355 cp15.setX( point3.x() + ( cp10.x() - point3.x() ) / 3 ); in init()
356 cp15.setY( point3.y() + ( cp10.y() - point3.y() ) / 3 ); in init()
[all …]
/dports/editors/texstudio/texstudio-4.1.2/completion/
H A Dtkz-euclide.cwl15 \tkzInCenter(point1,point2,point3)#*/tikzpicture
20 \tkzDefTriangleCenter(point1,point2,point3)#/tikzpicture
70 \tkzCircumCenter(point1,point2,point3)#*/tikzpicture
248 \tkzDefExCircle(point1,point2,point3)#/tikzpicture
300 \tkzFillAngle(point1,point2,point3)#/tikzpicture
309 \tkzMarkAngle(point1,point2,point3)#/tikzpicture
323 \tkzLabelAngle(point1,point2,point3)#/tikzpicture
344 \tkzFindAngle(point1,point2,point3)#*/tikzpicture
350 \tkzDrawSector(point1,point2)(point3)#/tikzpicture
352 \tkzFillSector(point1,point2)(point3)#/tikzpicture
[all …]
/dports/games/abstreet/abstreet-0.2.9-49-g74aca40c0/cargo-crates/euclid-0.20.10/src/
H A Dbox3d.rs13 use point::{Point3D, point3};
633 use {point3, size3, vec3};
638 let b = Box3D::new(point3(-1.0, -1.0, -1.0), point3(1.0, 1.0, 1.0)); in test_new()
649 let b = Box3D::new(point3(-10.0, -10.0, -10.0), point3(10.0, 10.0, 10.0)); in test_size()
657 let b = Box3D::new(point3(-10.0, -10.0, -10.0), point3(10.0, 10.0, 10.0)); in test_width_height_depth()
665 let b = Box3D::new(point3(-10.0, -10.0, -10.0), point3(10.0, 10.0, 10.0)); in test_center()
671 let b = Box3D::new(point3(-10.0, -10.0, -10.0), point3(10.0, 10.0, 10.0)); in test_volume()
677 let b = Box3D::new(point3(-10.0, -10.0, -10.0), point3(10.0, 10.0, 10.0)); in test_area()
764 let b2 = Box3D::from_points(&[point3(0.0, 20.0, 20.0), point3(20.0, -20.0, -20.0)]); in test_union()
833 let b2 = Box3D::from_points(&[point3(10.0, 10.0, 10.0), point3(20.0, 20.0, 20.0)]); in test_lerp()
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/rust/euclid/src/
H A Dbox3d.rs13 use point::{Point3D, point3};
629 use {point3, size3, vec3};
634 let b = Box3D::new(point3(-1.0, -1.0, -1.0), point3(1.0, 1.0, 1.0)); in test_new()
645 let b = Box3D::new(point3(-10.0, -10.0, -10.0), point3(10.0, 10.0, 10.0)); in test_size()
653 let b = Box3D::new(point3(-10.0, -10.0, -10.0), point3(10.0, 10.0, 10.0)); in test_width_height_depth()
661 let b = Box3D::new(point3(-10.0, -10.0, -10.0), point3(10.0, 10.0, 10.0)); in test_center()
667 let b = Box3D::new(point3(-10.0, -10.0, -10.0), point3(10.0, 10.0, 10.0)); in test_volume()
673 let b = Box3D::new(point3(-10.0, -10.0, -10.0), point3(10.0, 10.0, 10.0)); in test_area()
760 let b2 = Box3D::from_points(&[point3(0.0, 20.0, 20.0), point3(20.0, -20.0, -20.0)]); in test_union()
829 let b2 = Box3D::from_points(&[point3(10.0, 10.0, 10.0), point3(20.0, 20.0, 20.0)]); in test_lerp()
[all …]
/dports/textproc/cast2gif/cast2gif-0.1.0/cargo-crates/euclid-0.20.10/src/
H A Dbox3d.rs13 use point::{Point3D, point3};
633 use {point3, size3, vec3};
638 let b = Box3D::new(point3(-1.0, -1.0, -1.0), point3(1.0, 1.0, 1.0)); in test_new()
649 let b = Box3D::new(point3(-10.0, -10.0, -10.0), point3(10.0, 10.0, 10.0)); in test_size()
657 let b = Box3D::new(point3(-10.0, -10.0, -10.0), point3(10.0, 10.0, 10.0)); in test_width_height_depth()
665 let b = Box3D::new(point3(-10.0, -10.0, -10.0), point3(10.0, 10.0, 10.0)); in test_center()
671 let b = Box3D::new(point3(-10.0, -10.0, -10.0), point3(10.0, 10.0, 10.0)); in test_volume()
677 let b = Box3D::new(point3(-10.0, -10.0, -10.0), point3(10.0, 10.0, 10.0)); in test_area()
764 let b2 = Box3D::from_points(&[point3(0.0, 20.0, 20.0), point3(20.0, -20.0, -20.0)]); in test_union()
833 let b2 = Box3D::from_points(&[point3(10.0, 10.0, 10.0), point3(20.0, 20.0, 20.0)]); in test_lerp()
[all …]
/dports/www/geckodriver/mozilla-central-e9783a644016aa9b317887076618425586730d73/testing/geckodriver/cargo-crates/euclid-0.20.0/src/
H A Dbox3d.rs613 use {point3, size3, vec3};
618 let b = Box3D::new(point3(-1.0, -1.0, -1.0), point3(1.0, 1.0, 1.0)); in test_new()
629 let b = Box3D::new(point3(-10.0, -10.0, -10.0), point3(10.0, 10.0, 10.0)); in test_size()
637 let b = Box3D::new(point3(-10.0, -10.0, -10.0), point3(10.0, 10.0, 10.0)); in test_center()
643 let b = Box3D::new(point3(-10.0, -10.0, -10.0), point3(10.0, 10.0, 10.0)); in test_volume()
649 let b = Box3D::new(point3(-10.0, -10.0, -10.0), point3(10.0, 10.0, 10.0)); in test_area()
657 let b = Box3D::from_points(&[point3(50.0, 160.0, 12.5), point3(100.0, 25.0, 200.0)]); in test_from_points()
664 let b = Box3D::from_points(&[point3(50.0, 25.0, 12.5), point3(100.0, 160.0, 200.0)]); in test_min_max()
736 let b2 = Box3D::from_points(&[point3(0.0, 20.0, 20.0), point3(20.0, -20.0, -20.0)]); in test_union()
805 let b2 = Box3D::from_points(&[point3(10.0, 10.0, 10.0), point3(20.0, 20.0, 20.0)]); in test_lerp()
[all …]
/dports/cad/opencascade/opencascade-7.6.0/src/Geom2dGcc/
H A DGeom2dGcc_Circ2d2TanOnIter.cxx98 Ufirst(4) = (point3.Distance(point2)+point3.Distance(point1))/2.; in Geom2dGcc_Circ2d2TanOnIter()
202 Ufirst(4) = (point3.Distance(point2)+point3.Distance(point1))/2.; in Geom2dGcc_Circ2d2TanOnIter()
305 Ufirst(3) = (point3.Distance(Point2)+point3.Distance(point1))/2.; in Geom2dGcc_Circ2d2TanOnIter()
401 Ufirst(4) = (point3.Distance(point2)+point3.Distance(point1))/2.; in Geom2dGcc_Circ2d2TanOnIter()
511 Ufirst(4) = (point3.Distance(point2)+point3.Distance(point1))/2.; in Geom2dGcc_Circ2d2TanOnIter()
618 Ufirst(4) = (point3.Distance(point2)+point3.Distance(point1))/2.; in Geom2dGcc_Circ2d2TanOnIter()
725 Ufirst(4) = (point3.Distance(point2)+point3.Distance(point1))/2.; in Geom2dGcc_Circ2d2TanOnIter()
828 Ufirst(3) = (point3.Distance(Point2)+point3.Distance(point1))/2.; in Geom2dGcc_Circ2d2TanOnIter()
923 Ufirst(4) = (point3.Distance(point2)+point3.Distance(point1))/2.; in Geom2dGcc_Circ2d2TanOnIter()
1229 Ufirst(3) = (point3.Distance(Point2)+point3.Distance(point1))/2.; in Geom2dGcc_Circ2d2TanOnIter()
[all …]
/dports/math/vtk6/VTK-6.2.0/Charts/Core/Testing/Cxx/
H A DTestControlPointsItem.cxx99 double point0[4], point1[4], point2[4], point3[4]; in TestControlPointsItem() local
103 controlPoints->GetControlPoint(3, point3); in TestControlPointsItem()
105 point2[0] != 171. || point3[0] != 200.) in TestControlPointsItem()
110 << point2[0] << ", " << point3[0] << std::endl; in TestControlPointsItem()
120 controlPoints->GetControlPoint(3, point3); in TestControlPointsItem()
122 point2[0] <= 171. || point3[0] != 200.) in TestControlPointsItem()
127 << point2[0] << ", " << point3[0] << std::endl; in TestControlPointsItem()
136 controlPoints->GetControlPoint(3, point3); in TestControlPointsItem()
140 point3[0] != 199.) in TestControlPointsItem()
145 << point2[0] << ", " << point3[0] << std::endl; in TestControlPointsItem()
/dports/math/vtk8/VTK-8.2.0/Charts/Core/Testing/Cxx/
H A DTestControlPointsItem.cxx99 double point0[4], point1[4], point2[4], point3[4]; in TestControlPointsItem() local
103 controlPoints->GetControlPoint(3, point3); in TestControlPointsItem()
105 point2[0] != 171. || point3[0] != 200.) in TestControlPointsItem()
110 << point2[0] << ", " << point3[0] << std::endl; in TestControlPointsItem()
120 controlPoints->GetControlPoint(3, point3); in TestControlPointsItem()
122 point2[0] <= 171. || point3[0] != 200.) in TestControlPointsItem()
127 << point2[0] << ", " << point3[0] << std::endl; in TestControlPointsItem()
136 controlPoints->GetControlPoint(3, point3); in TestControlPointsItem()
140 point3[0] != 199.) in TestControlPointsItem()
145 << point2[0] << ", " << point3[0] << std::endl; in TestControlPointsItem()

12345678910>>...40