Searched refs:side2 (Results 1 – 3 of 3) 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/overlay/ |
| H A D | get_turn_info.hpp | 74 static inline bool opposite(int side1, int side2) in opposite() 78 return side1 * side2 == -1; in opposite() 82 static inline bool same(int side1, int side2) in same() 84 return side1 * side2 == 1; in same() 253 static inline bool between(int side1, int side2, int turn) in between() 255 return side1 == side2 && ! opposite(side1, turn); in between()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/maps/ |
| H A D | qgeotiledmapscene.cpp | 392 QDoubleVector3D side2 = QDoubleVector3D::normal(up, view); in setupCamera() local 395 mTilt.rotate(m_cameraData.tilt(), side2); in setupCamera() 402 up = QDoubleVector3D::normal(view, side2); in setupCamera()
|
| H A D | qgeocameratiles.cpp | 274 QDoubleVector3D side2 = QDoubleVector3D::normal(up, view); in createFrustum() local 276 mTilt.rotate(-1.0 * m_camera.tilt(), toVector3D(side2)); in createFrustum() 281 up = QDoubleVector3D::normal(view, side2); in createFrustum()
|