Home
last modified time | relevance | path

Searched defs:vt_point (Results 1 – 1 of 1) 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
16 double z = 0.0; // simplification tolerance
18 vt_point(double x_, double y_, double z_) : mapbox::geometry::point<double>(x_, y_), z(z_) { in vt_point() function
21 vt_point(double x_, double y_) : vt_point(x_, y_, 0.0) { in vt_point() function