Home
last modified time | relevance | path

Searched refs:mypoint (Results 1 – 25 of 63) sorted by relevance

123

/dports/math/cgal/CGAL-5.3/examples/Linear_cell_complex/
H A Dlinear_cell_complex_3_with_mypoint.cpp6 struct mypoint : public K::Point_3 struct
10 mypoint() : mtype('a') in mypoint() argument
13 mypoint(const Base& apoint) : Base(apoint), in mypoint() argument
17 mypoint(const mypoint& apoint) : Base(apoint), in mypoint() function
21 mypoint(typename K::FT a, typename K::FT b, typename K::FT c) : Base(a,b,c), in mypoint() argument
35 typedef mypoint<K> Point; argument
/dports/science/shelxle/shelxle-1.0.1352/
H A Dplotgraph.h49 typedef struct mypoint { struct
52 } mypoint; typedef
74 void drawPoints(const QList<mypoint> points, int pointsize);
75 void drawLines(const QList<mypoint> points);
79 QList<mypoint> datapoints;
H A Dplotgraph.cpp72 mypoint p; in addPoint()
77 foreach (mypoint p, datapoints) { in addPoint()
130 foreach (mypoint p, datapoints) { in drawScale()
187 void RenderPlot::drawPoints(const QList<mypoint> points, int pointsize) { in drawPoints()
198 foreach (mypoint p, points) { in drawPoints()
216 void RenderPlot::drawLines(const QList<mypoint> points) { in drawLines()
226 foreach (mypoint p, points) { in drawLines()
/dports/science/plumed/plumed2-2.7.2/src/dimred/
H A DSketchMapPointwise.cpp87 std::vector<double> gmin( nlow ), gmax( nlow ), mypoint( nlow ); in minimise() local
112 for(unsigned k=0; k<mypoint.size(); ++k) mypoint[k]=projections(j,k); in minimise()
114 bool moved=mygridsearch.minimise( mypoint, &SketchMapPointwise::calculateStress ); in minimise()
117 for(unsigned k=0; k<mypoint.size(); ++k) projections(j,k)=mypoint[k]; in minimise()
/dports/graphics/blender/blender-2.91.0/release/scripts/addons/archimesh/
H A Dachm_column_maker.py577 mypoint = [(x, y, 0.0)]
578 myvertex.extend(mypoint)
584 myvertex.extend(mypoint)
589 mypoint = [(x, y, height)]
590 myvertex.extend(mypoint)
632 myvertex.extend(mypoint)
638 myvertex.extend(mypoint)
647 mypoint = [(x, y, z)]
648 myvertex.extend(mypoint)
655 myvertex.extend(mypoint)
[all …]
H A Dachm_room_maker.py1314 na1_x = mypoint[0]
1315 na1_y = mypoint[1]
1319 nc1_x = mypoint[0]
1320 nc1_y = mypoint[1]
1323 na2_x = mypoint[0]
1324 na2_y = mypoint[1]
1326 nc2_x = mypoint[0]
1327 nc2_y = mypoint[1]
1334 nb1_x = mypoint[0]
1335 nb1_y = mypoint[1]
[all …]
/dports/devel/boost-docs/boost_1_72_0/libs/geometry/doc/src/examples/algorithms/
H A Dmake_2d_point.cpp23 struct mypoint { float _x, _y; }; argument
25 BOOST_GEOMETRY_REGISTER_POINT_2D(mypoint, float, cs::cartesian, _x, _y) in BOOST_GEOMETRY_REGISTER_POINT_2D() argument
46 construct_and_display<mypoint>(); in main()
/dports/devel/boost-python-libs/boost_1_72_0/libs/geometry/doc/src/examples/algorithms/
H A Dmake_2d_point.cpp23 struct mypoint { float _x, _y; }; argument
25 BOOST_GEOMETRY_REGISTER_POINT_2D(mypoint, float, cs::cartesian, _x, _y) in BOOST_GEOMETRY_REGISTER_POINT_2D() argument
46 construct_and_display<mypoint>(); in main()
/dports/databases/percona57-pam-for-mysql/boost_1_59_0/libs/geometry/doc/src/examples/algorithms/
H A Dmake_2d_point.cpp23 struct mypoint { float _x, _y; }; argument
25 BOOST_GEOMETRY_REGISTER_POINT_2D(mypoint, float, cs::cartesian, _x, _y) in BOOST_GEOMETRY_REGISTER_POINT_2D() argument
46 construct_and_display<mypoint>(); in main()
/dports/databases/mysqlwsrep57-server/boost_1_59_0/libs/geometry/doc/src/examples/algorithms/
H A Dmake_2d_point.cpp23 struct mypoint { float _x, _y; }; struct
25 BOOST_GEOMETRY_REGISTER_POINT_2D(mypoint, float, cs::cartesian, _x, _y) in BOOST_GEOMETRY_REGISTER_POINT_2D() argument
46 construct_and_display<mypoint>(); in main()
/dports/databases/percona57-server/boost_1_59_0/libs/geometry/doc/src/examples/algorithms/
H A Dmake_2d_point.cpp23 struct mypoint { float _x, _y; }; struct
25 BOOST_GEOMETRY_REGISTER_POINT_2D(mypoint, float, cs::cartesian, _x, _y) in BOOST_GEOMETRY_REGISTER_POINT_2D() argument
46 construct_and_display<mypoint>(); in main()
/dports/databases/xtrabackup/boost_1_59_0/libs/geometry/doc/src/examples/algorithms/
H A Dmake_2d_point.cpp23 struct mypoint { float _x, _y; }; argument
25 BOOST_GEOMETRY_REGISTER_POINT_2D(mypoint, float, cs::cartesian, _x, _y) in BOOST_GEOMETRY_REGISTER_POINT_2D() argument
46 construct_and_display<mypoint>(); in main()
/dports/databases/percona57-client/boost_1_59_0/libs/geometry/doc/src/examples/algorithms/
H A Dmake_2d_point.cpp23 struct mypoint { float _x, _y; }; argument
25 BOOST_GEOMETRY_REGISTER_POINT_2D(mypoint, float, cs::cartesian, _x, _y) in BOOST_GEOMETRY_REGISTER_POINT_2D() argument
46 construct_and_display<mypoint>(); in main()
/dports/devel/boost-libs/boost_1_72_0/libs/geometry/doc/src/examples/algorithms/
H A Dmake_2d_point.cpp23 struct mypoint { float _x, _y; }; struct
25 BOOST_GEOMETRY_REGISTER_POINT_2D(mypoint, float, cs::cartesian, _x, _y) in BOOST_GEOMETRY_REGISTER_POINT_2D() argument
46 construct_and_display<mypoint>(); in main()
/dports/devel/hyperscan/boost_1_75_0/libs/geometry/doc/src/examples/algorithms/
H A Dmake_2d_point.cpp23 struct mypoint { float _x, _y; }; argument
25 BOOST_GEOMETRY_REGISTER_POINT_2D(mypoint, float, cs::cartesian, _x, _y) in BOOST_GEOMETRY_REGISTER_POINT_2D() argument
46 construct_and_display<mypoint>(); in main()
/dports/cad/opencascade/opencascade-7.6.0/inc/
H A DExtrema_GExtPC.gxx42 mypoint.Clear();
220 NbExt = mypoint.Length();
231 mypoint.Append(PC);
405 mypoint.Append(ThePOnC(myintuinf, PP));
437 U = mypoint.Value(i).Parameter();
447 mypoint.Prepend(ThePOnC(myuinf, Pf));
453 mypoint.Append(ThePOnC(myusup, Pl));
479 mypoint.Append(PC);
554 Standard_Integer i, NbExt = mypoint.Length();
566 mypoint.Append(PC);
[all …]
/dports/cad/opencascade/opencascade-7.6.0/src/Extrema/
H A DExtrema_GExtPC.gxx42 mypoint.Clear();
220 NbExt = mypoint.Length();
231 mypoint.Append(PC);
405 mypoint.Append(ThePOnC(myintuinf, PP));
437 U = mypoint.Value(i).Parameter();
447 mypoint.Prepend(ThePOnC(myuinf, Pf));
453 mypoint.Append(ThePOnC(myusup, Pl));
479 mypoint.Append(PC);
554 Standard_Integer i, NbExt = mypoint.Length();
566 mypoint.Append(PC);
[all …]
/dports/devel/py-cadquery-pywrap/pywrap-e8c7bc9/opencascade/
H A DExtrema_GExtPC.gxx42 mypoint.Clear();
220 NbExt = mypoint.Length();
231 mypoint.Append(PC);
405 mypoint.Append(ThePOnC(myintuinf, PP));
437 U = mypoint.Value(i).Parameter();
447 mypoint.Prepend(ThePOnC(myuinf, Pf));
453 mypoint.Append(ThePOnC(myusup, Pl));
479 mypoint.Append(PC);
554 Standard_Integer i, NbExt = mypoint.Length();
566 mypoint.Append(PC);
[all …]
/dports/www/osrm-backend/osrm-backend-5.26.0/third_party/vtzero/test/include/
H A Dtest.hpp27 struct mypoint { struct
32 inline vtzero::point create_vtzero_point(mypoint p) noexcept { in create_vtzero_point() argument
/dports/cad/opencascade/opencascade-7.6.0/src/GeomToIGES/
H A DGeomToIGES_GeomSurface.cxx1129 Handle(Geom_CartesianPoint) mypoint = new Geom_CartesianPoint (aPln.Location()); in Handle()
1130 Handle(IGESGeom_Point) aLocation = GP.TransferPoint(mypoint); in Handle()
1167 Handle(Geom_CartesianPoint) mypoint = new Geom_CartesianPoint (aCyl.Location()); in Handle()
1168 Handle(IGESGeom_Point) aLocation = GP.TransferPoint(mypoint); in Handle()
1212 Handle(Geom_CartesianPoint) mypoint = new Geom_CartesianPoint(Con.Location()); in Handle()
1214 gp_Pnt pnt = mypoint->Pnt(); in Handle()
1215 mypoint->SetPnt(Con.Apex().XYZ()*2-pnt.XYZ()); in Handle()
1219 Handle(IGESGeom_Point) aLocation = GP.TransferPoint(mypoint); in Handle()
1256 Handle(Geom_CartesianPoint) mypoint = new Geom_CartesianPoint(aSph.Location()); in Handle()
1257 Handle(IGESGeom_Point) aLocation = GP.TransferPoint(mypoint); in Handle()
[all …]
/dports/databases/xtrabackup/boost_1_59_0/libs/geometry/doc/
H A Ddesign_rationale.qbk18 struct mypoint
25 double distance(mypoint const& a, mypoint const& b)
34 struct [*mypoint] (and no other struct), in a Cartesian coordinate system. A
37 * for any point class or struct, not on just this [*mypoint] type
95 struct access<mypoint, 0>
97 static double get(mypoint const& p)
169 which has to be specialized again for the `struct mypoint`.
178 struct dimension<mypoint> : boost::mpl::int_<2>
209 // specialization for our mypoint
211 struct coordinate_type<mypoint>
[all …]
/dports/databases/percona57-pam-for-mysql/boost_1_59_0/libs/geometry/doc/
H A Ddesign_rationale.qbk18 struct mypoint
25 double distance(mypoint const& a, mypoint const& b)
34 struct [*mypoint] (and no other struct), in a Cartesian coordinate system. A
37 * for any point class or struct, not on just this [*mypoint] type
95 struct access<mypoint, 0>
97 static double get(mypoint const& p)
169 which has to be specialized again for the `struct mypoint`.
178 struct dimension<mypoint> : boost::mpl::int_<2>
209 // specialization for our mypoint
211 struct coordinate_type<mypoint>
[all …]
/dports/databases/mysqlwsrep57-server/boost_1_59_0/libs/geometry/doc/
H A Ddesign_rationale.qbk18 struct mypoint
25 double distance(mypoint const& a, mypoint const& b)
34 struct [*mypoint] (and no other struct), in a Cartesian coordinate system. A
37 * for any point class or struct, not on just this [*mypoint] type
95 struct access<mypoint, 0>
97 static double get(mypoint const& p)
169 which has to be specialized again for the `struct mypoint`.
178 struct dimension<mypoint> : boost::mpl::int_<2>
209 // specialization for our mypoint
211 struct coordinate_type<mypoint>
[all …]
/dports/databases/percona57-server/boost_1_59_0/libs/geometry/doc/
H A Ddesign_rationale.qbk18 struct mypoint
25 double distance(mypoint const& a, mypoint const& b)
34 struct [*mypoint] (and no other struct), in a Cartesian coordinate system. A
37 * for any point class or struct, not on just this [*mypoint] type
95 struct access<mypoint, 0>
97 static double get(mypoint const& p)
169 which has to be specialized again for the `struct mypoint`.
178 struct dimension<mypoint> : boost::mpl::int_<2>
209 // specialization for our mypoint
211 struct coordinate_type<mypoint>
[all …]
/dports/databases/percona57-client/boost_1_59_0/libs/geometry/doc/
H A Ddesign_rationale.qbk18 struct mypoint
25 double distance(mypoint const& a, mypoint const& b)
34 struct [*mypoint] (and no other struct), in a Cartesian coordinate system. A
37 * for any point class or struct, not on just this [*mypoint] type
95 struct access<mypoint, 0>
97 static double get(mypoint const& p)
169 which has to be specialized again for the `struct mypoint`.
178 struct dimension<mypoint> : boost::mpl::int_<2>
209 // specialization for our mypoint
211 struct coordinate_type<mypoint>
[all …]

123