Home
last modified time | relevance | path

Searched refs:m_point (Results 1 – 6 of 6) 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/is_valid/
H A Dhas_spikes.hpp48 Point const& m_point; member
51 : m_point(point) in equal_to()
57 return geometry::equals(m_point, other); in operator ()()
64 Point const& m_point; member
67 : m_point(point) in not_equal_to()
73 return ! geometry::equals(other, m_point); in operator ()()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/views/detail/
H A Dtwo_dimensional_view.hpp64 : m_point(point) in two_dimensional_view()
67 Point& m_point; member
153 return geometry::get<Dimension1>(view.m_point); in get()
158 geometry::set<Dimension1>(view.m_point, value); in set()
180 return geometry::get<Dimension2>(view.m_point); in get()
185 geometry::set<Dimension2>(view.m_point, value); in set()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/index/detail/
H A Dbounded_view.hpp133 : m_point(point) in bounded_view()
140 geometry::get<Dimension>(m_point) ); in get_min()
147 geometry::get<Dimension>(m_point) ); in get_max()
151 Point const& m_point; member
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/maps/
H A Dqgeoprojection.cpp795 double squareHalfSide = qMax(5.0, nearPlaneXYIntersection.m_point.length()); in updateVisibleRegion()
799 QDoubleVector2D tl = nearPlaneXYIntersection.m_point in updateVisibleRegion()
802 QDoubleVector2D tr = nearPlaneXYIntersection.m_point in updateVisibleRegion()
805 QDoubleVector2D bl = nearPlaneXYIntersection.m_point in updateVisibleRegion()
807 QDoubleVector2D br = nearPlaneXYIntersection.m_point in updateVisibleRegion()
869 : m_point(linePoint), m_direction(lineDirection.normalized()) in Line2D()
891 : m_point(planePoint), m_normal(planeNormal.normalized()) { } in Plane()
901 QDoubleVector3D w = linePoint - m_point; in lineIntersection()
917 QDoubleVector3D p = xyPlane.lineIntersection(m_point, directionToXY); in planeXYIntersection()
H A Dqgeoprojection_p.h199 QDoubleVector2D m_point; member
213 QDoubleVector3D m_point; member
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/algorithms/detail/relate/
H A Dmulti_point_geometry.hpp70 : m_point(point) in find_pred()
76 return detail::equals::equals_point_point(pt, m_point); in operator ()()
79 Point const& m_point; member