Home
last modified time | relevance | path

Searched refs:ConstPoint (Results 1 – 18 of 18) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/arithmetic/
H A Darithmetic.hpp166 BOOST_CONCEPT_ASSERT( (concepts::ConstPoint<Point2>) ); in add_point()
206 BOOST_CONCEPT_ASSERT( (concepts::ConstPoint<Point2>) ); in subtract_point()
247 BOOST_CONCEPT_ASSERT( (concepts::ConstPoint<Point2>) ); in multiply_point()
287 BOOST_CONCEPT_ASSERT( (concepts::ConstPoint<Point2>) ); in divide_point()
326 BOOST_CONCEPT_ASSERT( (concepts::ConstPoint<Point2>) ); in assign_point()
H A Dcross_product.hpp98 BOOST_CONCEPT_ASSERT( (concepts::ConstPoint<P1>) ); in cross_product()
99 BOOST_CONCEPT_ASSERT( (concepts::ConstPoint<P2>) ); in cross_product()
118 BOOST_CONCEPT_ASSERT((concepts::ConstPoint<P>)); in cross_product()
H A Ddeterminant.hpp62 BOOST_CONCEPT_ASSERT( (concepts::ConstPoint<U>) ); in determinant()
63 BOOST_CONCEPT_ASSERT( (concepts::ConstPoint<V>) ); in determinant()
H A Ddot_product.hpp72 BOOST_CONCEPT_ASSERT( (concepts::ConstPoint<Point1>) ); in dot_product()
73 BOOST_CONCEPT_ASSERT( (concepts::ConstPoint<Point2>) ); in dot_product()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/strategies/concepts/
H A Dwithin_concept.hpp58 (concepts::ConstPoint<point_type>) in apply()
63 (concepts::ConstPoint<segment_point_type>) in apply()
133 (concepts::ConstPoint<point_type>) in apply()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/geometries/concepts/
H A Dpoint_concept.hpp147 class ConstPoint class
183 BOOST_CONCEPT_USAGE(ConstPoint) in BOOST_CONCEPT_USAGE() argument
H A Dlinestring_concept.hpp108 BOOST_CONCEPT_ASSERT( (concepts::ConstPoint<point_type>) );
H A Dring_concept.hpp84 BOOST_CONCEPT_ASSERT( (concepts::ConstPoint<point_type>) );
H A Dmulti_point_concept.hpp75 BOOST_CONCEPT_ASSERT( (concepts::ConstPoint<point_type>) );
H A Dsegment_concept.hpp99 BOOST_CONCEPT_ASSERT( (concepts::ConstPoint<point_type>) );
H A Dpolygon_concept.hpp104 BOOST_CONCEPT_ASSERT( (concepts::ConstPoint<point_type>) );
H A Dcheck.hpp74 : detail::concept_check::check<concepts::ConstPoint<Geometry> >
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/strategies/cartesian/
H A Ddistance_pythagoras.hpp94 BOOST_CONCEPT_ASSERT( (concepts::ConstPoint<Point1>) ); in apply()
95 BOOST_CONCEPT_ASSERT( (concepts::ConstPoint<Point2>) ); in apply()
H A Ddistance_pythagoras_box_box.hpp118 ( (concepts::ConstPoint<typename point_type<Box1>::type>) ); in apply()
120 ( (concepts::ConstPoint<typename point_type<Box2>::type>) ); in apply()
H A Ddistance_pythagoras_point_box.hpp112 BOOST_CONCEPT_ASSERT( (concepts::ConstPoint<Point>) ); in apply()
114 ( (concepts::ConstPoint<typename point_type<Box>::type>) ); in apply()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/util/
H A Dfor_each_coordinate.hpp82 BOOST_CONCEPT_ASSERT( (concepts::ConstPoint<Point>) ); in for_each_coordinate()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/geometries/
H A Dpointing_segment.hpp48 concepts::ConstPoint<ConstOrNonConstPoint>
H A Dsegment.hpp93 concepts::ConstPoint<ConstOrNonConstPoint>