Home
last modified time | relevance | path

Searched defs:linear_ring (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/geometry/0.9.3/include/mapbox/geometry/
H A Dpolygon.hpp13 struct linear_ring : Cont<point<T>> struct
15 using coordinate_type = T;
16 using point_type = point<T>;
17 using container_type = Cont<point_type>;
18 using size_type = typename container_type::size_type;
21 linear_ring(Args&&... args) : container_type(std::forward<Args>(args)...) {} in linear_ring() function
22 linear_ring(std::initializer_list<point_type> args) in linear_ring() argument
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/geojson/0.4.2/include/mapbox/
H A Dgeojson.hpp15 using linear_ring = mapbox::geometry::linear_ring<double>; typedef