Home
last modified time | relevance | path

Searched refs:point0 (Results 1 – 25 of 873) sorted by relevance

12345678910>>...35

/dports/graphics/cluttermm/cluttermm-1.17.3/tests/
H A Dtest-point-class.cc14 Clutter::Point point0; in main() local
17 if( ( point0.get_x() != 0) || ( point0.get_y() != 0 ) || in main()
20 std::cout << "Problem creating points: p0 = " << point0.get_x() << "/" << in main()
21 point0.get_y() << " and p1 = " << point1.get_x() << "/" << point1.get_y() in main()
28 float dist = point0.distance(point1, x_dist, y_dist); in main()
37 point0.set_x(7); in main()
38 point0.set_y(6); in main()
43 dist = point0.distance(point1, x_dist, y_dist); in main()
53 point0.set_x(10); in main()
54 point0.set_y(10); in main()
[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
100 controlPoints->GetControlPoint(0, point0); in TestControlPointsItem()
104 if (point0[0] != 51. || point1[0] != 86. || in TestControlPointsItem()
109 << point0[0] << ", " << point1[0] << ", " in TestControlPointsItem()
117 controlPoints->GetControlPoint(0, point0); in TestControlPointsItem()
121 if (point0[0] != 51. || point1[0] >= 86. || in TestControlPointsItem()
126 << point0[0] << ", " << point1[0] << ", " in TestControlPointsItem()
133 controlPoints->GetControlPoint(0, point0); in TestControlPointsItem()
137 if (point0[0] != 52. || in TestControlPointsItem()
144 << point0[0] << ", " << point1[0] << ", " 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
100 controlPoints->GetControlPoint(0, point0); in TestControlPointsItem()
104 if (point0[0] != 51. || point1[0] != 86. || in TestControlPointsItem()
109 << point0[0] << ", " << point1[0] << ", " in TestControlPointsItem()
117 controlPoints->GetControlPoint(0, point0); in TestControlPointsItem()
121 if (point0[0] != 51. || point1[0] >= 86. || in TestControlPointsItem()
126 << point0[0] << ", " << point1[0] << ", " in TestControlPointsItem()
133 controlPoints->GetControlPoint(0, point0); in TestControlPointsItem()
137 if (point0[0] != 52. || in TestControlPointsItem()
144 << point0[0] << ", " << point1[0] << ", " in TestControlPointsItem()
/dports/math/vtk9/VTK-9.1.0/Charts/Core/Testing/Cxx/
H A DTestColorTransferControlPointsItem.cxx93 double point0[4], point1[4], point2[4], point3[4]; in TestColorTransferControlPointsItem() local
94 controlPoints->GetControlPoint(0, point0); in TestColorTransferControlPointsItem()
98 if (point0[0] != 51. || point1[0] != 86. || point2[0] != 171. || point3[0] != 200.) in TestColorTransferControlPointsItem()
101 << "failed, wrong pos: " << point0[0] << ", " << point1[0] << ", " << point2[0] in TestColorTransferControlPointsItem()
109 controlPoints->GetControlPoint(0, point0); in TestColorTransferControlPointsItem()
113 if (point0[0] != 51. || point1[0] >= 86. || point2[0] <= 171. || point3[0] != 200.) in TestColorTransferControlPointsItem()
116 << "failed, wrong pos: " << point0[0] << ", " << point1[0] << ", " << point2[0] in TestColorTransferControlPointsItem()
123 controlPoints->GetControlPoint(0, point0); in TestColorTransferControlPointsItem()
127 if (point0[0] != 52. || point1[0] <= 86. || point1[0] >= 87. || point2[0] <= 170. || in TestColorTransferControlPointsItem()
131 << "failed, wrong pos: " << point0[0] << ", " << point1[0] << ", " << point2[0] in TestColorTransferControlPointsItem()
/dports/devel/bullet/bullet3-3.21/src/BulletCollision/Gimpact/
H A Dgim_clip_polygon.h49 const CLASS_POINT& point0, in PLANE_CLIP_POLYGON_COLLECT() argument
61 VEC_BLEND(clipped[clipped_count], point0, point1, blendfactor); in PLANE_CLIP_POLYGON_COLLECT()
127 const CLASS_POINT& point0, in PLANE_CLIP_TRIANGLE_GENERIC() argument
135 GREAL firstdist = distance_func(plane, point0); in PLANE_CLIP_TRIANGLE_GENERIC()
139 VEC_COPY(clipped[clipped_count], point0); in PLANE_CLIP_TRIANGLE_GENERIC()
148 point0, point1, in PLANE_CLIP_TRIANGLE_GENERIC()
169 point2, point0, in PLANE_CLIP_TRIANGLE_GENERIC()
191 const CLASS_POINT& point0, in PLANE_CLIP_TRIANGLE3D() argument
196 …return PLANE_CLIP_TRIANGLE_GENERIC<CLASS_POINT, CLASS_PLANE>(plane, point0, point1, point2, clippe… in PLANE_CLIP_TRIANGLE3D()
H A DbtClipPolygon.h44 const btVector3 &point0, in bt_plane_clip_polygon_collect() argument
56 bt_vec_blend(clipped[clipped_count], point0, point1, blendfactor); in bt_plane_clip_polygon_collect()
121 const btVector3 &point0, in bt_plane_clip_triangle() argument
130 btScalar firstdist = bt_distance_point_plane(plane, point0); in bt_plane_clip_triangle()
134 clipped[clipped_count] = point0; in bt_plane_clip_triangle()
143 point0, point1, in bt_plane_clip_triangle()
164 point2, point0, in bt_plane_clip_triangle()
/dports/graphics/blender/blender-2.91.0/extern/bullet2/src/BulletCollision/Gimpact/
H A Dgim_clip_polygon.h49 const CLASS_POINT& point0, in PLANE_CLIP_POLYGON_COLLECT() argument
61 VEC_BLEND(clipped[clipped_count], point0, point1, blendfactor); in PLANE_CLIP_POLYGON_COLLECT()
127 const CLASS_POINT& point0, in PLANE_CLIP_TRIANGLE_GENERIC() argument
135 GREAL firstdist = distance_func(plane, point0); in PLANE_CLIP_TRIANGLE_GENERIC()
139 VEC_COPY(clipped[clipped_count], point0); in PLANE_CLIP_TRIANGLE_GENERIC()
148 point0, point1, in PLANE_CLIP_TRIANGLE_GENERIC()
169 point2, point0, in PLANE_CLIP_TRIANGLE_GENERIC()
191 const CLASS_POINT& point0, in PLANE_CLIP_TRIANGLE3D() argument
196 …return PLANE_CLIP_TRIANGLE_GENERIC<CLASS_POINT, CLASS_PLANE>(plane, point0, point1, point2, clippe… in PLANE_CLIP_TRIANGLE3D()
H A DbtClipPolygon.h44 const btVector3 &point0, in bt_plane_clip_polygon_collect() argument
56 bt_vec_blend(clipped[clipped_count], point0, point1, blendfactor); in bt_plane_clip_polygon_collect()
121 const btVector3 &point0, in bt_plane_clip_triangle() argument
130 btScalar firstdist = bt_distance_point_plane(plane, point0); in bt_plane_clip_triangle()
134 clipped[clipped_count] = point0; in bt_plane_clip_triangle()
143 point0, point1, in bt_plane_clip_triangle()
164 point2, point0, in bt_plane_clip_triangle()
/dports/games/supertuxkart/SuperTuxKart-1.2-src/lib/bullet/src/BulletCollision/Gimpact/
H A Dgim_clip_polygon.h52 const CLASS_POINT & point0, in PLANE_CLIP_POLYGON_COLLECT() argument
64 VEC_BLEND(clipped[clipped_count],point0,point1,blendfactor); in PLANE_CLIP_POLYGON_COLLECT()
132 const CLASS_POINT & point0, in PLANE_CLIP_TRIANGLE_GENERIC() argument
140 GREAL firstdist = distance_func(plane,point0);; in PLANE_CLIP_TRIANGLE_GENERIC()
143 VEC_COPY(clipped[clipped_count],point0); in PLANE_CLIP_TRIANGLE_GENERIC()
152 point0,point1, in PLANE_CLIP_TRIANGLE_GENERIC()
176 point2,point0, in PLANE_CLIP_TRIANGLE_GENERIC()
200 const CLASS_POINT & point0, in PLANE_CLIP_TRIANGLE3D() argument
205 …return PLANE_CLIP_TRIANGLE_GENERIC<CLASS_POINT,CLASS_PLANE>(plane,point0,point1,point2,clipped,DIS… in PLANE_CLIP_TRIANGLE3D()
H A DbtClipPolygon.h45 const btVector3 & point0, in bt_plane_clip_polygon_collect() argument
57 bt_vec_blend(clipped[clipped_count],point0,point1,blendfactor); in bt_plane_clip_polygon_collect()
124 const btVector3 & point0, in bt_plane_clip_triangle() argument
133 btScalar firstdist = bt_distance_point_plane(plane,point0);; in bt_plane_clip_triangle()
136 clipped[clipped_count] = point0; in bt_plane_clip_triangle()
145 point0,point1, in bt_plane_clip_triangle()
169 point2,point0, in bt_plane_clip_triangle()
/dports/games/critterding/critterding-beta12/src/utils/bullet/BulletCollision/Gimpact/
H A Dgim_clip_polygon.h52 const CLASS_POINT & point0, in PLANE_CLIP_POLYGON_COLLECT() argument
64 VEC_BLEND(clipped[clipped_count],point0,point1,blendfactor); in PLANE_CLIP_POLYGON_COLLECT()
132 const CLASS_POINT & point0, in PLANE_CLIP_TRIANGLE_GENERIC() argument
140 GREAL firstdist = distance_func(plane,point0);; in PLANE_CLIP_TRIANGLE_GENERIC()
143 VEC_COPY(clipped[clipped_count],point0); in PLANE_CLIP_TRIANGLE_GENERIC()
152 point0,point1, in PLANE_CLIP_TRIANGLE_GENERIC()
176 point2,point0, in PLANE_CLIP_TRIANGLE_GENERIC()
200 const CLASS_POINT & point0, in PLANE_CLIP_TRIANGLE3D() argument
205 …return PLANE_CLIP_TRIANGLE_GENERIC<CLASS_POINT,CLASS_PLANE>(plane,point0,point1,point2,clipped,DIS… in PLANE_CLIP_TRIANGLE3D()
H A DbtClipPolygon.h45 const btVector3 & point0, in bt_plane_clip_polygon_collect() argument
57 bt_vec_blend(clipped[clipped_count],point0,point1,blendfactor); in bt_plane_clip_polygon_collect()
124 const btVector3 & point0, in bt_plane_clip_triangle() argument
133 btScalar firstdist = bt_distance_point_plane(plane,point0);; in bt_plane_clip_triangle()
136 clipped[clipped_count] = point0; in bt_plane_clip_triangle()
145 point0,point1, in bt_plane_clip_triangle()
169 point2,point0, in bt_plane_clip_triangle()
/dports/devel/godot-tools/godot-3.2.3-stable/thirdparty/bullet/BulletCollision/Gimpact/
H A Dgim_clip_polygon.h49 const CLASS_POINT& point0, in PLANE_CLIP_POLYGON_COLLECT() argument
61 VEC_BLEND(clipped[clipped_count], point0, point1, blendfactor); in PLANE_CLIP_POLYGON_COLLECT()
127 const CLASS_POINT& point0, in PLANE_CLIP_TRIANGLE_GENERIC() argument
135 GREAL firstdist = distance_func(plane, point0); in PLANE_CLIP_TRIANGLE_GENERIC()
139 VEC_COPY(clipped[clipped_count], point0); in PLANE_CLIP_TRIANGLE_GENERIC()
148 point0, point1, in PLANE_CLIP_TRIANGLE_GENERIC()
169 point2, point0, in PLANE_CLIP_TRIANGLE_GENERIC()
191 const CLASS_POINT& point0, in PLANE_CLIP_TRIANGLE3D() argument
196 …return PLANE_CLIP_TRIANGLE_GENERIC<CLASS_POINT, CLASS_PLANE>(plane, point0, point1, point2, clippe… in PLANE_CLIP_TRIANGLE3D()
H A DbtClipPolygon.h44 const btVector3 &point0, in bt_plane_clip_polygon_collect() argument
56 bt_vec_blend(clipped[clipped_count], point0, point1, blendfactor); in bt_plane_clip_polygon_collect()
121 const btVector3 &point0, in bt_plane_clip_triangle() argument
130 btScalar firstdist = bt_distance_point_plane(plane, point0); in bt_plane_clip_triangle()
134 clipped[clipped_count] = point0; in bt_plane_clip_triangle()
143 point0, point1, in bt_plane_clip_triangle()
164 point2, point0, in bt_plane_clip_triangle()
/dports/science/chrono/chrono-7.0.1/src/chrono/collision/gimpact/GIMPACT/core/
H A Dgim_clip_polygon.h49 const CLASS_POINT& point0, in PLANE_CLIP_POLYGON_COLLECT() argument
61 VEC_BLEND(clipped[clipped_count], point0, point1, blendfactor); in PLANE_CLIP_POLYGON_COLLECT()
127 const CLASS_POINT& point0, in PLANE_CLIP_TRIANGLE_GENERIC() argument
135 GREAL firstdist = distance_func(plane, point0); in PLANE_CLIP_TRIANGLE_GENERIC()
139 VEC_COPY(clipped[clipped_count], point0); in PLANE_CLIP_TRIANGLE_GENERIC()
148 point0, point1, in PLANE_CLIP_TRIANGLE_GENERIC()
169 point2, point0, in PLANE_CLIP_TRIANGLE_GENERIC()
191 const CLASS_POINT& point0, in PLANE_CLIP_TRIANGLE3D() argument
196 …return PLANE_CLIP_TRIANGLE_GENERIC<CLASS_POINT, CLASS_PLANE>(plane, point0, point1, point2, clippe… in PLANE_CLIP_TRIANGLE3D()
/dports/science/chrono/chrono-7.0.1/src/chrono/collision/gimpact/GIMPACT/Bullet/
H A Dgim_clip_polygon.h49 const CLASS_POINT& point0, in PLANE_CLIP_POLYGON_COLLECT() argument
61 VEC_BLEND(clipped[clipped_count], point0, point1, blendfactor); in PLANE_CLIP_POLYGON_COLLECT()
127 const CLASS_POINT& point0, in PLANE_CLIP_TRIANGLE_GENERIC() argument
135 GREAL firstdist = distance_func(plane, point0); in PLANE_CLIP_TRIANGLE_GENERIC()
139 VEC_COPY(clipped[clipped_count], point0); in PLANE_CLIP_TRIANGLE_GENERIC()
148 point0, point1, in PLANE_CLIP_TRIANGLE_GENERIC()
169 point2, point0, in PLANE_CLIP_TRIANGLE_GENERIC()
191 const CLASS_POINT& point0, in PLANE_CLIP_TRIANGLE3D() argument
196 …return PLANE_CLIP_TRIANGLE_GENERIC<CLASS_POINT, CLASS_PLANE>(plane, point0, point1, point2, clippe… in PLANE_CLIP_TRIANGLE3D()
H A DbtClipPolygon.h44 const btVector3 &point0, in bt_plane_clip_polygon_collect() argument
56 bt_vec_blend(clipped[clipped_count], point0, point1, blendfactor); in bt_plane_clip_polygon_collect()
121 const btVector3 &point0, in bt_plane_clip_triangle() argument
130 btScalar firstdist = bt_distance_point_plane(plane, point0); in bt_plane_clip_triangle()
134 clipped[clipped_count] = point0; in bt_plane_clip_triangle()
143 point0, point1, in bt_plane_clip_triangle()
164 point2, point0, in bt_plane_clip_triangle()
/dports/graphics/urho3d/Urho3D-1.7.1/Source/ThirdParty/Bullet/src/BulletCollision/Gimpact/
H A Dgim_clip_polygon.h52 const CLASS_POINT & point0, in PLANE_CLIP_POLYGON_COLLECT() argument
64 VEC_BLEND(clipped[clipped_count],point0,point1,blendfactor); in PLANE_CLIP_POLYGON_COLLECT()
132 const CLASS_POINT & point0, in PLANE_CLIP_TRIANGLE_GENERIC() argument
140 GREAL firstdist = distance_func(plane,point0);; in PLANE_CLIP_TRIANGLE_GENERIC()
143 VEC_COPY(clipped[clipped_count],point0); in PLANE_CLIP_TRIANGLE_GENERIC()
152 point0,point1, in PLANE_CLIP_TRIANGLE_GENERIC()
176 point2,point0, in PLANE_CLIP_TRIANGLE_GENERIC()
200 const CLASS_POINT & point0, in PLANE_CLIP_TRIANGLE3D() argument
205 …return PLANE_CLIP_TRIANGLE_GENERIC<CLASS_POINT,CLASS_PLANE>(plane,point0,point1,point2,clipped,DIS… in PLANE_CLIP_TRIANGLE3D()
/dports/devel/py-bullet3/bullet3-3.21/src/BulletCollision/Gimpact/
H A Dgim_clip_polygon.h49 const CLASS_POINT& point0, in PLANE_CLIP_POLYGON_COLLECT() argument
61 VEC_BLEND(clipped[clipped_count], point0, point1, blendfactor); in PLANE_CLIP_POLYGON_COLLECT()
127 const CLASS_POINT& point0, in PLANE_CLIP_TRIANGLE_GENERIC() argument
135 GREAL firstdist = distance_func(plane, point0); in PLANE_CLIP_TRIANGLE_GENERIC()
139 VEC_COPY(clipped[clipped_count], point0); in PLANE_CLIP_TRIANGLE_GENERIC()
148 point0, point1, in PLANE_CLIP_TRIANGLE_GENERIC()
169 point2, point0, in PLANE_CLIP_TRIANGLE_GENERIC()
191 const CLASS_POINT& point0, in PLANE_CLIP_TRIANGLE3D() argument
196 …return PLANE_CLIP_TRIANGLE_GENERIC<CLASS_POINT, CLASS_PLANE>(plane, point0, point1, point2, clippe… in PLANE_CLIP_TRIANGLE3D()
/dports/games/OpenTomb/OpenTomb-win32-2018-02-03_alpha/extern/bullet/BulletCollision/Gimpact/
H A Dgim_clip_polygon.h52 const CLASS_POINT & point0, in PLANE_CLIP_POLYGON_COLLECT() argument
64 VEC_BLEND(clipped[clipped_count],point0,point1,blendfactor); in PLANE_CLIP_POLYGON_COLLECT()
132 const CLASS_POINT & point0, in PLANE_CLIP_TRIANGLE_GENERIC() argument
140 GREAL firstdist = distance_func(plane,point0);; in PLANE_CLIP_TRIANGLE_GENERIC()
143 VEC_COPY(clipped[clipped_count],point0); in PLANE_CLIP_TRIANGLE_GENERIC()
152 point0,point1, in PLANE_CLIP_TRIANGLE_GENERIC()
176 point2,point0, in PLANE_CLIP_TRIANGLE_GENERIC()
200 const CLASS_POINT & point0, in PLANE_CLIP_TRIANGLE3D() argument
205 …return PLANE_CLIP_TRIANGLE_GENERIC<CLASS_POINT,CLASS_PLANE>(plane,point0,point1,point2,clipped,DIS… in PLANE_CLIP_TRIANGLE3D()
/dports/devel/emscripten/emscripten-2.0.3/tests/third_party/bullet/src/BulletCollision/Gimpact/
H A Dgim_clip_polygon.h52 const CLASS_POINT & point0, in PLANE_CLIP_POLYGON_COLLECT() argument
64 VEC_BLEND(clipped[clipped_count],point0,point1,blendfactor); in PLANE_CLIP_POLYGON_COLLECT()
132 const CLASS_POINT & point0, in PLANE_CLIP_TRIANGLE_GENERIC() argument
140 GREAL firstdist = distance_func(plane,point0);; in PLANE_CLIP_TRIANGLE_GENERIC()
143 VEC_COPY(clipped[clipped_count],point0); in PLANE_CLIP_TRIANGLE_GENERIC()
152 point0,point1, in PLANE_CLIP_TRIANGLE_GENERIC()
176 point2,point0, in PLANE_CLIP_TRIANGLE_GENERIC()
200 const CLASS_POINT & point0, in PLANE_CLIP_TRIANGLE3D() argument
205 …return PLANE_CLIP_TRIANGLE_GENERIC<CLASS_POINT,CLASS_PLANE>(plane,point0,point1,point2,clipped,DIS… in PLANE_CLIP_TRIANGLE3D()
/dports/devel/godot/godot-3.2.3-stable/thirdparty/bullet/BulletCollision/Gimpact/
H A Dgim_clip_polygon.h49 const CLASS_POINT& point0, in PLANE_CLIP_POLYGON_COLLECT() argument
61 VEC_BLEND(clipped[clipped_count], point0, point1, blendfactor); in PLANE_CLIP_POLYGON_COLLECT()
127 const CLASS_POINT& point0, in PLANE_CLIP_TRIANGLE_GENERIC() argument
135 GREAL firstdist = distance_func(plane, point0); in PLANE_CLIP_TRIANGLE_GENERIC()
139 VEC_COPY(clipped[clipped_count], point0); in PLANE_CLIP_TRIANGLE_GENERIC()
148 point0, point1, in PLANE_CLIP_TRIANGLE_GENERIC()
169 point2, point0, in PLANE_CLIP_TRIANGLE_GENERIC()
191 const CLASS_POINT& point0, in PLANE_CLIP_TRIANGLE3D() argument
196 …return PLANE_CLIP_TRIANGLE_GENERIC<CLASS_POINT, CLASS_PLANE>(plane, point0, point1, point2, clippe… in PLANE_CLIP_TRIANGLE3D()
H A DbtClipPolygon.h44 const btVector3 &point0, in bt_plane_clip_polygon_collect() argument
56 bt_vec_blend(clipped[clipped_count], point0, point1, blendfactor); in bt_plane_clip_polygon_collect()
121 const btVector3 &point0, in bt_plane_clip_triangle() argument
130 btScalar firstdist = bt_distance_point_plane(plane, point0); in bt_plane_clip_triangle()
134 clipped[clipped_count] = point0; in bt_plane_clip_triangle()
143 point0, point1, in bt_plane_clip_triangle()
164 point2, point0, in bt_plane_clip_triangle()
/dports/science/chrono/chrono-7.0.1/src/chrono/collision/bullet/BulletCollision/Gimpact/
H A Dgim_clip_polygon.h49 const CLASS_POINT& point0, in PLANE_CLIP_POLYGON_COLLECT() argument
61 VEC_BLEND(clipped[clipped_count], point0, point1, blendfactor); in PLANE_CLIP_POLYGON_COLLECT()
127 const CLASS_POINT& point0, in PLANE_CLIP_TRIANGLE_GENERIC() argument
135 GREAL firstdist = distance_func(plane, point0); in PLANE_CLIP_TRIANGLE_GENERIC()
139 VEC_COPY(clipped[clipped_count], point0); in PLANE_CLIP_TRIANGLE_GENERIC()
148 point0, point1, in PLANE_CLIP_TRIANGLE_GENERIC()
169 point2, point0, in PLANE_CLIP_TRIANGLE_GENERIC()
191 const CLASS_POINT& point0, in PLANE_CLIP_TRIANGLE3D() argument
196 …return PLANE_CLIP_TRIANGLE_GENERIC<CLASS_POINT, CLASS_PLANE>(plane, point0, point1, point2, clippe… in PLANE_CLIP_TRIANGLE3D()
H A DbtClipPolygon.h44 const btVector3 &point0, in bt_plane_clip_polygon_collect() argument
56 bt_vec_blend(clipped[clipped_count], point0, point1, blendfactor); in bt_plane_clip_polygon_collect()
121 const btVector3 &point0, in bt_plane_clip_triangle() argument
130 btScalar firstdist = bt_distance_point_plane(plane, point0); in bt_plane_clip_triangle()
134 clipped[clipped_count] = point0; in bt_plane_clip_triangle()
143 point0, point1, in bt_plane_clip_triangle()
164 point2, point0, in bt_plane_clip_triangle()

12345678910>>...35