Home
last modified time | relevance | path

Searched refs:vt_point (Results 1 – 6 of 6) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/geojsonvt/6.5.1/include/mapbox/geojsonvt/
H A Dtypes.hpp15 struct vt_point : mapbox::geometry::point<double> { struct
18 vt_point(double x_, double y_, double z_) : mapbox::geometry::point<double>(x_, y_), z(z_) { in vt_point() argument
21 vt_point(double x_, double y_) : vt_point(x_, y_, 0.0) { in vt_point() function
29 inline double get<0>(const vt_point& p) { in get()
33 inline double get<1>(const vt_point& p) { in get()
46 inline vt_point intersect(const vt_point&, const vt_point&, const double);
49 inline vt_point intersect<0>(const vt_point& a, const vt_point& b, const double x) { in intersect()
54 inline vt_point intersect<1>(const vt_point& a, const vt_point& b, const double y) { in intersect()
59 using vt_multi_point = std::vector<vt_point>;
61 struct vt_line_string : std::vector<vt_point> {
[all …]
H A Dsimplify.hpp10 inline double getSqSegDist(const vt_point& p, const vt_point& a, const vt_point& b) { in getSqSegDist()
37 inline void simplify(std::vector<vt_point>& points, size_t first, size_t last, double sqTolerance) { in simplify()
72 inline void simplify(std::vector<vt_point>& points, double tolerance) { in simplify()
H A Dtile.hpp69 addFeature(const vt_point& point, const property_map& props, const optional<identifier>& id) { in addFeature()
116 mapbox::geometry::point<int16_t> transform(const vt_point& p) { in transform()
H A Dwrap.hpp13 [offset](vt_point& point) { point.x += offset; }); in shiftCoords()
H A Dconvert.hpp18 vt_point operator()(const geometry::point<double>& p) { in operator ()()
H A Dclip.hpp15 vt_geometry operator()(const vt_point& point) const { in operator ()()