Home
last modified time | relevance | path

Searched refs:thistype (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/policies/robustness/
H A Dsegment_ratio.hpp111 typedef segment_ratio<Type> thistype; typedef in boost::geometry::segment_ratio
194 inline bool close_to(thistype const& other) const in close_to()
199 inline bool operator< (thistype const& other) const in operator <()
206 inline bool operator== (thistype const& other) const in operator ==()
212 static inline thistype zero() in zero()
214 static thistype result(0, 1); in zero()
218 static inline thistype one() in one()
220 static thistype result(1, 1); in one()