Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/algorithms/detail/envelope/
H A Dtransform_units.hpp43 struct transform_units_impl struct
48 struct transform_units_impl<PointIn, PointOut, point_tag, point_tag> struct
50 static inline void apply(PointIn const& point_in, PointOut& point_out) in apply()
60 struct transform_units_impl<BoxIn, BoxOut, box_tag, box_tag> struct
63 static inline void apply(BoxIn const& box_in, BoxOut& box_out) in apply()
77 static inline void apply(BoxIn const& box_in, BoxOut& box_out) in apply()