File tree
13 files changed
+563
-11
lines changed- docs/about
- src
- tests
13 files changed
+563
-11
lines changedLines changed: 24 additions & 5 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
26 | 26 |
| |
27 | 27 |
| |
28 | 28 |
| |
29 |
| - | |
| 29 | + | |
30 | 30 |
| |
31 | 31 |
| |
32 | 32 |
| |
| |||
36 | 36 |
| |
37 | 37 |
| |
38 | 38 |
| |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
39 | 48 |
| |
40 | 49 |
| |
41 | 50 |
| |
| |||
65 | 74 |
| |
66 | 75 |
| |
67 | 76 |
| |
68 |
| - | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
69 | 80 |
| |
70 |
| - | |
| 81 | + | |
71 | 82 |
| |
72 |
| - | |
| 83 | + | |
73 | 84 |
| |
74 | 85 |
| |
75 | 86 |
| |
| |||
102 | 113 |
| |
103 | 114 |
| |
104 | 115 |
| |
105 |
| - | |
| 116 | + | |
106 | 117 |
| |
| 118 | + | |
107 | 119 |
| |
| 120 | + | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
108 | 124 |
| |
109 | 125 |
| |
| 126 | + | |
| 127 | + | |
| 128 | + | |
110 | 129 |
| |
111 | 130 |
| |
112 | 131 |
| |
|
Lines changed: 4 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
10 | 10 |
| |
11 | 11 |
| |
12 | 12 |
| |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
13 | 17 |
| |
14 | 18 |
| |
15 | 19 |
| |
|
- README.md+6
- include/README.md+5
- include/cubao/cheap_ruler.hpp+13-7
- include/cubao/crs_transform.hpp+6
- include/cubao/densify_polyline.hpp+6
- include/cubao/fast_crossing.hpp+367-30
- include/cubao/flatbush.h+26-22
- include/cubao/kd_quiver.hpp+312
- include/cubao/nanoflann_kdtree.hpp+199
- include/cubao/polyline_in_polygon.hpp+76
- include/cubao/polyline_ruler.hpp+68-24
- include/cubao/pybind11_cheap_ruler.hpp+79
- include/cubao/pybind11_fast_crossing.hpp+84-2
- include/cubao/pybind11_flatbush.hpp+3-2
- include/cubao/pybind11_nanoflann_kdtree.hpp+73
- include/cubao/pybind11_polyline_ruler.hpp+1-1
- include/cubao/pybind11_quiver.hpp+283
- include/cubao/quiver.hpp+433
- include/jni/advanced_ownership.hpp+112
- include/jni/array.hpp+147
- include/jni/arraylike.hpp+41
- include/jni/boxing.hpp+159
- include/jni/class.hpp+137
- include/jni/constructor.hpp+15
- include/jni/errors.hpp+125
- include/jni/field.hpp+27
- include/jni/functions.hpp+684
- include/jni/jni.hpp+26
- include/jni/make.hpp+12
- include/jni/method.hpp+31
- include/jni/native_method.hpp+381
- include/jni/npe.hpp+24
- include/jni/object.hpp+153
- include/jni/ownership.hpp+225
- include/jni/static_field.hpp+27
- include/jni/static_method.hpp+31
- include/jni/string.hpp+35
- include/jni/string_conversion.hpp+21
- include/jni/tagging.hpp+131
- include/jni/traits.hpp+34
- include/jni/type_signature.hpp+89
- include/jni/typed_methods.hpp+147
- include/jni/types.hpp+97
- include/jni/unique.hpp+220
- include/jni/weak_reference.hpp+40
- include/jni/wrapping.hpp+152
- include/kdbush.hpp+220
- include/mapbox/geojson_impl.hpp+3-3
- include/mapbox/geometry/wagyu/active_bound_list.hpp+396
- include/mapbox/geometry/wagyu/almost_equal.hpp+277
- include/mapbox/geometry/wagyu/bound.hpp+99
- include/mapbox/geometry/wagyu/bubble_sort.hpp+28
- include/mapbox/geometry/wagyu/build_edges.hpp+183
- include/mapbox/geometry/wagyu/build_local_minima_list.hpp+26
- include/mapbox/geometry/wagyu/build_result.hpp+68
- include/mapbox/geometry/wagyu/config.hpp+50
- include/mapbox/geometry/wagyu/edge.hpp+120
- include/mapbox/geometry/wagyu/interrupt.hpp+50
- include/mapbox/geometry/wagyu/intersect.hpp+70
- include/mapbox/geometry/wagyu/intersect_util.hpp+365
- include/mapbox/geometry/wagyu/local_minimum.hpp+117
- include/mapbox/geometry/wagyu/local_minimum_util.hpp+314
- include/mapbox/geometry/wagyu/point.hpp+110
- include/mapbox/geometry/wagyu/process_horizontal.hpp+256
- include/mapbox/geometry/wagyu/process_maxima.hpp+123
- include/mapbox/geometry/wagyu/quick_clip.hpp+139
- include/mapbox/geometry/wagyu/ring.hpp+633
- include/mapbox/geometry/wagyu/ring_util.hpp+836
- include/mapbox/geometry/wagyu/scanbeam.hpp+45
- include/mapbox/geometry/wagyu/snap_rounding.hpp+191
- include/mapbox/geometry/wagyu/topology_correction.hpp+1.3k
- include/mapbox/geometry/wagyu/util.hpp+98
- include/mapbox/geometry/wagyu/vatti.hpp+64
- include/mapbox/geometry/wagyu/wagyu.hpp+145
- include/mapbox/geometry_io.hpp+1-5
- include/mapbox/polylabel.hpp+178
- include/mapbox/supercluster.hpp+446
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
124 | 124 |
| |
125 | 125 |
| |
126 | 126 |
| |
127 |
| - | |
| 127 | + | |
128 | 128 |
| |
129 | 129 |
| |
130 | 130 |
| |
|
Lines changed: 50 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + |
Lines changed: 5 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
1 | 6 |
| |
2 | 7 |
| |
3 | 8 |
| |
|
0 commit comments