Home
last modified time | relevance | path

Searched defs:point (Results 1 – 25 of 5967) sorted by relevance

12345678910>>...239

/dports/devel/hs-spago/spago-0.20.3/_cabal_deps/pointed-5.0.2/src/Data/
H A DPointed.hs97 point a = [a] function
100 point = Just function
103 point = Right function
106 point = return function
109 point = pure function
117 point = const function
120 point = (,) def function
129 point = pure function
302 point = Pure function
311 point _ = U1 function
[all …]
/dports/games/wesnoth/wesnoth-1.14.17/src/sdl/
H A Dpoint.hpp23 struct point struct
25 point() in point() argument
31 point(const int x_, const int y_) in point() function
37 point(const SDL_Point& p) in point() function
52 bool operator==(const point& point) const in operator ==() argument
57 bool operator!=(const point& point) const in operator !=() argument
62 bool operator<(const point& point) const in operator <() argument
67 bool operator<=(const point& point) const in operator <=() argument
72 point operator+(const point& point) const in operator +() argument
79 point operator-(const point& point) const in operator -() argument
/dports/graphics/py-gdal/gdal-3.3.3/ogr/ogrsf_frmts/dwg/
H A Dcreatedgnv8testfile.cpp94 OdGePoint2d point; in main() local
104 OdGePoint3d point; in main() local
118 OdGePoint2d point; in main() local
130 OdGePoint2d point; in main() local
154 OdGePoint3d point; in main() local
170 OdGePoint2d point; in main() local
185 OdGePoint3d point; in main() local
198 OdGePoint3d point; in main() local
216 OdGePoint2d point; in main() local
231 OdGePoint2d point; in main() local
[all …]
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/ogr/ogrsf_frmts/dwg/
H A Dcreatedgnv8testfile.cpp94 OdGePoint2d point; in main() local
104 OdGePoint3d point; in main() local
118 OdGePoint2d point; in main() local
130 OdGePoint2d point; in main() local
154 OdGePoint3d point; in main() local
170 OdGePoint2d point; in main() local
185 OdGePoint3d point; in main() local
198 OdGePoint3d point; in main() local
216 OdGePoint2d point; in main() local
231 OdGePoint2d point; in main() local
[all …]
/dports/graphics/gdal/gdal-3.3.3/ogr/ogrsf_frmts/dwg/
H A Dcreatedgnv8testfile.cpp94 OdGePoint2d point; in main() local
104 OdGePoint3d point; in main() local
118 OdGePoint2d point; in main() local
130 OdGePoint2d point; in main() local
154 OdGePoint3d point; in main() local
170 OdGePoint2d point; in main() local
185 OdGePoint3d point; in main() local
198 OdGePoint3d point; in main() local
216 OdGePoint2d point; in main() local
231 OdGePoint2d point; in main() local
[all …]
/dports/audio/din/din-52/src/
H A Dpoint.h11 template <class T> struct point { struct
13 point (T a, T b) : x(a), y(b) {} in point() argument
14 point () : x(0), y(0) {} in point() argument
19 bool operator== (const point<T>& p) { argument
/dports/math/z3/z3-z3-4.8.13/src/math/lp/
H A Dnla_tangent_lemmas.h16 struct point { struct
19 point(const rational& a, const rational& b): x(a), y(b) {} in point() argument
20 point() {} in point() function
/dports/math/py-z3-solver/z3-z3-4.8.10/src/math/lp/
H A Dnla_tangent_lemmas.h16 struct point { struct
19 point(const rational& a, const rational& b): x(a), y(b) {} in point() argument
20 point() {} in point() argument
/dports/databases/postgis30/postgis-3.0.4/deps/wagyu/include/mapbox/geometry/wagyu/
H A Dpoint.hpp32 struct point { struct
33 using coordinate_type = T;
34 ring_ptr<T> ring;
35 T x;
36 T y;
37 point_ptr<T> next;
38 point_ptr<T> prev;
40 point() : ring(nullptr), x(0), y(0), prev(this), next(this) { in point() argument
43 point(T x_, T y_) : ring(nullptr), x(x_), y(y_), next(this), prev(this) { in point() function
46 point(ring_ptr<T> ring_, mapbox::geometry::point<T> const& pt) in point() function
[all …]
/dports/databases/postgis31/postgis-3.1.4/deps/wagyu/include/mapbox/geometry/wagyu/
H A Dpoint.hpp32 struct point { struct
33 using coordinate_type = T;
34 ring_ptr<T> ring;
35 T x;
36 T y;
37 point_ptr<T> next;
38 point_ptr<T> prev;
40 point() : ring(nullptr), x(0), y(0), prev(this), next(this) { in point() function
43 point(T x_, T y_) : ring(nullptr), x(x_), y(y_), next(this), prev(this) { in point() function
46 point(ring_ptr<T> ring_, mapbox::geometry::point<T> const& pt) in point() argument
[all …]
/dports/databases/postgis32/postgis-3.2.0/deps/wagyu/include/mapbox/geometry/wagyu/
H A Dpoint.hpp32 struct point { struct
33 using coordinate_type = T;
34 ring_ptr<T> ring;
35 T x;
36 T y;
37 point_ptr<T> next;
38 point_ptr<T> prev;
40 point() : ring(nullptr), x(0), y(0), prev(this), next(this) { in point() argument
43 point(T x_, T y_) : ring(nullptr), x(x_), y(y_), next(this), prev(this) { in point() function
46 point(ring_ptr<T> ring_, mapbox::geometry::point<T> const& pt) in point() function
[all …]
/dports/devel/cmake-gui/cmake-3.22.1/Tests/CompileFeatures/
H A Dcxx_unrestricted_unions.cpp2 struct point struct
4 point() {} in point() argument
5 point(int x, int y) in point() function
14 point p_; argument
/dports/devel/cmake/cmake-3.22.1/Tests/CompileFeatures/
H A Dcxx_unrestricted_unions.cpp2 struct point struct
4 point() {} in point() function
5 point(int x, int y) in point() argument
14 point p_; argument
/dports/devel/cmake-doc/cmake-3.22.1/Tests/CompileFeatures/
H A Dcxx_unrestricted_unions.cpp2 struct point struct
4 point() {} in point() function
5 point(int x, int y) in point() function
14 point p_; argument
/dports/databases/postgis31/postgis-3.1.4/deps/wagyu/include/mapbox/geometry/
H A Dpoint.hpp7 struct point struct
9 using coordinate_type = T;
11 constexpr point() in point() argument
15 constexpr point(T x_, T y_) in point() function
20 T x;
21 T y;
/dports/databases/postgis30/postgis-3.0.4/deps/wagyu/include/mapbox/geometry/
H A Dpoint.hpp7 struct point struct
9 using coordinate_type = T;
11 constexpr point() in point() function
15 constexpr point(T x_, T y_) in point() function
20 T x;
21 T y;
/dports/databases/postgis32/postgis-3.2.0/deps/wagyu/include/mapbox/geometry/
H A Dpoint.hpp7 struct point struct
9 using coordinate_type = T;
11 constexpr point() in point() argument
15 constexpr point(T x_, T y_) in point() argument
20 T x;
21 T y;
/dports/www/osrm-backend/osrm-backend-5.26.0/third_party/geometry.hpp-0.9.2/include/mapbox/geometry/
H A Dpoint.hpp7 struct point struct
9 using coordinate_type = T;
11 constexpr point() in point() argument
14 constexpr point(T x_, T y_) in point() argument
18 T x;
19 T y;
/dports/devel/swig/swig-4.0.2/Examples/test-suite/
H A Dcpp11_unrestricted_unions.i6 struct point { struct
7 point() {} in point() argument
8 point(int x, int y) : x_(x), y_(y) {} in point() function
16 point p; // Illegal in C++03; legal in C++11. argument
/dports/games/cataclysm-dda-tiles/Cataclysm-DDA-0.F/data/mods/More_Locations/refugee_tower/
H A Dovermap_specials.json6 { "point": [ 0, -1, 0 ], "overmap": "refugee_tower_1gate_north" }, array
7 { "point": [ 1, -1, 0 ], "overmap": "refugee_tower_1yte_north" }, array
8 { "point": [ 2, -1, 0 ], "overmap": "refugee_tower_1yte_north" }, array
9 { "point": [ 3, -1, 0 ], "overmap": "refugee_tower_1yte_north" }, array
10 { "point": [ -1, 0, 0 ], "overmap": "refugee_tower_1yle_north" }, array
11 { "point": [ -1, 1, 0 ], "overmap": "refugee_tower_1yle_north" }, array
12 { "point": [ -1, 2, 0 ], "overmap": "refugee_tower_1yle_north" }, array
13 { "point": [ -1, 3, 0 ], "overmap": "refugee_tower_1yle_north" }, array
14 { "point": [ 4, 0, 0 ], "overmap": "refugee_tower_1yre_north" }, array
15 { "point": [ 4, 1, 0 ], "overmap": "refugee_tower_1yre_north" }, array
[all …]
/dports/games/cataclysm-dda/Cataclysm-DDA-0.F/data/mods/More_Locations/refugee_tower/
H A Dovermap_specials.json6 { "point": [ 0, -1, 0 ], "overmap": "refugee_tower_1gate_north" }, array
7 { "point": [ 1, -1, 0 ], "overmap": "refugee_tower_1yte_north" }, array
8 { "point": [ 2, -1, 0 ], "overmap": "refugee_tower_1yte_north" }, array
9 { "point": [ 3, -1, 0 ], "overmap": "refugee_tower_1yte_north" }, array
10 { "point": [ -1, 0, 0 ], "overmap": "refugee_tower_1yle_north" }, array
11 { "point": [ -1, 1, 0 ], "overmap": "refugee_tower_1yle_north" }, array
12 { "point": [ -1, 2, 0 ], "overmap": "refugee_tower_1yle_north" }, array
13 { "point": [ -1, 3, 0 ], "overmap": "refugee_tower_1yle_north" }, array
14 { "point": [ 4, 0, 0 ], "overmap": "refugee_tower_1yre_north" }, array
15 { "point": [ 4, 1, 0 ], "overmap": "refugee_tower_1yre_north" }, array
[all …]
/dports/games/cataclysm-dda/Cataclysm-DDA-0.F/data/json/overmap/overmap_special/
H A Dspecials.json114 …"connections": [ { "point": [ -1, -6, 0 ], "terrain": "road" }, { "point": [ 0, -5, 0 ], "terrain"… array
151 …"connections": [ { "point": [ 0, -1, 0 ], "terrain": "road" }, { "point": [ 2, -1, 0 ], "terrain":… array
209 { "point": [ 0, 0, 0 ], "overmap": "hive" }, array
210 { "point": [ 0, 1, 0 ], "overmap": "hive" }, array
217 { "point": [ 2, 2, 0 ], "overmap": "hive" } array
265 …"overmaps": [ { "point": [ 0, 0, 0 ], "overmap": "cabin_north" }, { "point": [ 0, 0, 1 ], "overmap… array
682 …"overmaps": [ { "point": [ 0, 0, 0 ], "overmap": "lab_stairs" }, { "point": [ 3, 1, 0 ], "overmap"… array
1303 …"overmaps": [ { "point": [ 0, 0, 0 ], "overmap": "cave" }, { "point": [ 0, 0, -1 ], "overmap": "ca… array
3964 …"connections": [ { "point": [ 0, -1, 0 ], "terrain": "road" }, { "point": [ 1, -1, 0 ], "terrain":… array
4294 …"connections": [ { "point": [ 2, 0, 0 ], "terrain": "road" }, { "point": [ 2, 5, 0 ], "terrain": "… array
[all …]
/dports/games/cataclysm-dda-tiles/Cataclysm-DDA-0.F/data/json/overmap/overmap_special/
H A Dspecials.json114 …"connections": [ { "point": [ -1, -6, 0 ], "terrain": "road" }, { "point": [ 0, -5, 0 ], "terrain"… array
151 …"connections": [ { "point": [ 0, -1, 0 ], "terrain": "road" }, { "point": [ 2, -1, 0 ], "terrain":… array
209 { "point": [ 0, 0, 0 ], "overmap": "hive" }, array
210 { "point": [ 0, 1, 0 ], "overmap": "hive" }, array
217 { "point": [ 2, 2, 0 ], "overmap": "hive" } array
265 …"overmaps": [ { "point": [ 0, 0, 0 ], "overmap": "cabin_north" }, { "point": [ 0, 0, 1 ], "overmap… array
682 …"overmaps": [ { "point": [ 0, 0, 0 ], "overmap": "lab_stairs" }, { "point": [ 3, 1, 0 ], "overmap"… array
1303 …"overmaps": [ { "point": [ 0, 0, 0 ], "overmap": "cave" }, { "point": [ 0, 0, -1 ], "overmap": "ca… array
3964 …"connections": [ { "point": [ 0, -1, 0 ], "terrain": "road" }, { "point": [ 1, -1, 0 ], "terrain":… array
4294 …"connections": [ { "point": [ 2, 0, 0 ], "terrain": "road" }, { "point": [ 2, 5, 0 ], "terrain": "… array
[all …]
/dports/games/cataclysm-dda-tiles/Cataclysm-DDA-0.F/data/mods/More_Locations/bandit_tower/
H A Dovermap_specials.json6 { "point": [ 0, -1, 0 ], "overmap": "bandit_tower_1gate_north" }, array
7 { "point": [ 1, -1, 0 ], "overmap": "bandit_tower_1yte_north" }, array
8 { "point": [ 2, -1, 0 ], "overmap": "bandit_tower_1yte_north" }, array
9 { "point": [ 3, -1, 0 ], "overmap": "bandit_tower_1yte_north" }, array
10 { "point": [ -1, 0, 0 ], "overmap": "bandit_tower_1yle_north" }, array
11 { "point": [ -1, 1, 0 ], "overmap": "bandit_tower_1yle_north" }, array
12 { "point": [ -1, 2, 0 ], "overmap": "bandit_tower_1yle_north" }, array
13 { "point": [ -1, 3, 0 ], "overmap": "bandit_tower_1yle_north" }, array
14 { "point": [ 4, 0, 0 ], "overmap": "bandit_tower_1yre_north" }, array
15 { "point": [ 4, 1, 0 ], "overmap": "bandit_tower_1yre_north" }, array
[all …]
/dports/games/cataclysm-dda-tiles/Cataclysm-DDA-0.F/data/mods/More_Locations/tri_tower/
H A Dovermap_specials.json6 { "point": [ 0, -1, 0 ], "overmap": "tri_tower_1gate_north" }, array
7 { "point": [ 1, -1, 0 ], "overmap": "tri_tower_1yte_north" }, array
8 { "point": [ 2, -1, 0 ], "overmap": "tri_tower_1yte_north" }, array
9 { "point": [ 3, -1, 0 ], "overmap": "tri_tower_1yte_north" }, array
10 { "point": [ -1, 0, 0 ], "overmap": "tri_tower_1yle_north" }, array
11 { "point": [ -1, 1, 0 ], "overmap": "tri_tower_1yle_north" }, array
12 { "point": [ -1, 2, 0 ], "overmap": "tri_tower_1yle_north" }, array
13 { "point": [ -1, 3, 0 ], "overmap": "tri_tower_1yle_north" }, array
14 { "point": [ 4, 0, 0 ], "overmap": "tri_tower_1yre_north" }, array
15 { "point": [ 4, 1, 0 ], "overmap": "tri_tower_1yre_north" }, array
[all …]

12345678910>>...239