Home
last modified time | relevance | path

Searched defs:xy (Results 101 – 125 of 6090) sorted by relevance

12345678910>>...244

/dports/graphics/py-blockdiag/blockdiag-2.0.1/src/blockdiag/imagedraw/
H A Dbase.py34 def line(self, xy, **kwargs): argument
40 def polygon(self, xy, **kwargs): argument
43 def arc(self, xy, start, end, **kwargs): argument
46 def ellipse(self, xy, **kwargs): argument
65 def text(self, xy, string, font, **kwargs): argument
/dports/math/vtk8/VTK-8.2.0/ThirdParty/libproj/vtklibproj/src/
H A DPJ_cea.c14 XY xy = {0.0,0.0}; in e_forward() local
22 XY xy = {0.0,0.0}; in s_forward() local
29 static LP e_inverse (XY xy, PJ *P) { /* Ellipsoidal, inverse */ in e_inverse()
37 static LP s_inverse (XY xy, PJ *P) { /* Spheroidal, inverse */ in s_inverse()
/dports/math/vtk9/VTK-9.1.0/ThirdParty/libproj/vtklibproj/src/
H A DPJ_cea.c14 XY xy = {0.0,0.0}; in e_forward() local
22 XY xy = {0.0,0.0}; in s_forward() local
29 static LP e_inverse (XY xy, PJ *P) { /* Ellipsoidal, inverse */ in e_inverse()
37 static LP s_inverse (XY xy, PJ *P) { /* Spheroidal, inverse */ in s_inverse()
/dports/graphics/proj/proj-7.2.1/src/projections/
H A Dbonne.cpp24 PJ_XY xy = {0.0,0.0}; in bonne_e_forward() local
44 PJ_XY xy = {0.0,0.0}; in bonne_s_forward() local
59 static PJ_LP bonne_s_inverse (PJ_XY xy, PJ *P) { /* Spheroidal, inverse */ in bonne_s_inverse()
79 static PJ_LP bonne_e_inverse (PJ_XY xy, PJ *P) { /* Ellipsoidal, inverse */ in bonne_e_inverse()
H A Dcalcofi.cpp39 PJ_XY xy = {0.0,0.0}; in calcofi_e_forward() local
71 PJ_XY xy = {0.0,0.0}; in calcofi_s_forward() local
96 static PJ_LP calcofi_e_inverse (PJ_XY xy, PJ *P) { /* Ellipsoidal, inverse */ in calcofi_e_inverse()
119 static PJ_LP calcofi_s_inverse (PJ_XY xy, PJ *P) { /* Spheroidal, inverse */ in calcofi_s_inverse()
H A Dcass.cpp30 PJ_XY xy = {0.0, 0.0}; in cass_e_forward() local
54 PJ_XY xy = {0.0, 0.0}; in cass_s_forward() local
61 static PJ_LP cass_e_inverse (PJ_XY xy, PJ *P) { /* Ellipsoidal, inverse */ in cass_e_inverse()
83 static PJ_LP cass_s_inverse (PJ_XY xy, PJ *P) { /* Spheroidal, inverse */ in cass_s_inverse()
H A Dmill.cpp11 PJ_XY xy = {0.0,0.0}; in mill_s_forward() local
21 static PJ_LP mill_s_inverse (PJ_XY xy, PJ *P) { /* Spheroidal, inverse */ in mill_s_inverse()
H A Dtcea.cpp12 PJ_XY xy = {0.0,0.0}; in tcea_s_forward() local
19 static PJ_LP tcea_s_inverse (PJ_XY xy, PJ *P) { /* Spheroidal, inverse */ in tcea_s_inverse()
H A Dcc.cpp13 PJ_XY xy = {0.0,0.0}; in cc_s_forward() local
24 static PJ_LP cc_s_inverse (PJ_XY xy, PJ *P) { /* Spheroidal, inverse */ in cc_s_inverse()
H A Dfahey.cpp14 PJ_XY xy = {0.0,0.0}; in fahey_s_forward() local
24 static PJ_LP fahey_s_inverse (PJ_XY xy, PJ *P) { /* Spheroidal, inverse */ in fahey_s_inverse()
H A Deck1.cpp13 PJ_XY xy = {0.0,0.0}; in eck1_s_forward() local
23 static PJ_LP eck1_s_inverse (PJ_XY xy, PJ *P) { /* Spheroidal, inverse */ in eck1_s_inverse()
/dports/graphics/gpxsee/GPXSee-7.32/src/map/
H A Dtile.h15 : _xy(xy), _zoom(zoom), _bbox(bbox) {} in _xy() argument
18 const QPoint &xy() const {return _xy;} in xy() function
H A Dcalibrationpoint.h10 CalibrationPoint(PointD xy, PointD pp) : _xy(xy), _pp(pp) {} in CalibrationPoint()
11 CalibrationPoint(PointD xy, Coordinates c) : _xy(xy), _ll(c) {} in CalibrationPoint()
/dports/misc/openmvg/openMVG-2.0/src/openMVG/robust_estimation/
H A Drobust_estimator_LMeds_test.cpp36 Mat2X xy(2, 5); in TEST() local
62 Mat2X xy(2, 6); in TEST() local
87 Mat2X xy(2, 1); in TEST() local
107 Mat2X xy(2, NbPoints); in TEST() local
/dports/graphics/pcl-pointclouds/pcl-pcl-1.12.0/visualization/include/pcl/visualization/impl/
H A Dhistogram_visualizer.hpp68 double xy[2]; in addFeatureHistogram() local
120 double xy[2]; in addFeatureHistogram() local
157 double xy[2]; in updateFeatureHistogram() local
203 double xy[2]; in updateFeatureHistogram() local
/dports/games/doomsday/doomsday-2.3.1/doomsday/sdk/liblegacy/include/de/
H A Dpoint.h44 int xy[2]; member
97 double xy[2]; member
150 int xy[2]; member
203 double xy[2]; member
/dports/math/R-cran-raster/raster/R/
H A DplotExent.R8 xy <- matrix(NA, nrow=5, ncol=2) functionVar
20 xy <- .extentMatrix(x) functionVar
/dports/cad/python-gdsii/python-gdsii-0.2.1/gdsii/
H A Delements.py164 def __init__(self, layer, data_type, xy): argument
200 def __init__(self, layer, data_type, xy): argument
235 def __init__(self, struct_name, xy): argument
268 def __init__(self, struct_name, cols, rows, xy): argument
310 def __init__(self, layer, text_type, xy, string): argument
347 def __init__(self, layer, node_type, xy): argument
377 def __init__(self, layer, box_type, xy): argument
/dports/devel/boost-docs/boost_1_72_0/boost/preprocessor/arithmetic/
H A Dsub.hpp31 # define BOOST_PP_SUB_P(d, xy) BOOST_PP_TUPLE_ELEM(2, 1, xy) argument
34 # define BOOST_PP_SUB_O(d, xy) BOOST_PP_SUB_O_I xy argument
36 # define BOOST_PP_SUB_O(d, xy) BOOST_PP_SUB_O_I(BOOST_PP_TUPLE_ELEM(2, 0, xy), BOOST_PP_TUPLE_EL… argument
H A Dadd.hpp32 # define BOOST_PP_ADD_P(d, xy) BOOST_PP_TUPLE_ELEM(2, 1, xy) argument
35 # define BOOST_PP_ADD_O(d, xy) BOOST_PP_ADD_O_I xy argument
37 # define BOOST_PP_ADD_O(d, xy) BOOST_PP_ADD_O_I(BOOST_PP_TUPLE_ELEM(2, 0, xy), BOOST_PP_TUPLE_EL… argument
/dports/math/pdal/PDAL-2.3.0/vendor/pdalboost/boost/preprocessor/arithmetic/
H A Dadd.hpp32 # define BOOST_PP_ADD_P(d, xy) BOOST_PP_TUPLE_ELEM(2, 1, xy) argument
35 # define BOOST_PP_ADD_O(d, xy) BOOST_PP_ADD_O_I xy argument
37 # define BOOST_PP_ADD_O(d, xy) BOOST_PP_ADD_O_I(BOOST_PP_TUPLE_ELEM(2, 0, xy), BOOST_PP_TUPLE_EL… argument
H A Dsub.hpp31 # define BOOST_PP_SUB_P(d, xy) BOOST_PP_TUPLE_ELEM(2, 1, xy) argument
34 # define BOOST_PP_SUB_O(d, xy) BOOST_PP_SUB_O_I xy argument
36 # define BOOST_PP_SUB_O(d, xy) BOOST_PP_SUB_O_I(BOOST_PP_TUPLE_ELEM(2, 0, xy), BOOST_PP_TUPLE_EL… argument
/dports/math/petanque/arybo-release-1.1.0/petanque/third-party/boost/preprocessor/arithmetic/
H A Dsub.hpp31 # define BOOST_PP_SUB_P(d, xy) BOOST_PP_TUPLE_ELEM(2, 1, xy) argument
34 # define BOOST_PP_SUB_O(d, xy) BOOST_PP_SUB_O_I xy argument
36 # define BOOST_PP_SUB_O(d, xy) BOOST_PP_SUB_O_I(BOOST_PP_TUPLE_ELEM(2, 0, xy), BOOST_PP_TUPLE_EL… argument
H A Dadd.hpp32 # define BOOST_PP_ADD_P(d, xy) BOOST_PP_TUPLE_ELEM(2, 1, xy) argument
35 # define BOOST_PP_ADD_O(d, xy) BOOST_PP_ADD_O_I xy argument
37 # define BOOST_PP_ADD_O(d, xy) BOOST_PP_ADD_O_I(BOOST_PP_TUPLE_ELEM(2, 0, xy), BOOST_PP_TUPLE_EL… argument
/dports/devel/R-cran-Hmisc/Hmisc/R/
H A Dlabcurve.s1209 xy = {scat1d(pts$x, side=1); scat1d(pts$y, side=2)}, define
1354 xy = ) define
1546 xy = { define

12345678910>>...244