Home
last modified time | relevance | path

Searched refs:calculate_point_on_surface (Results 1 – 2 of 2) sorted by relevance

/third_party/boost/boost/geometry/algorithms/
Dpoint_on_surface.hpp246 inline bool calculate_point_on_surface(Geometry const& geometry, Point& point, in calculate_point_on_surface() function
306 if (! detail::point_on_surface::calculate_point_on_surface<1>(geometry, point, strategy)) in point_on_surface()
309 detail::point_on_surface::calculate_point_on_surface<0>(geometry, point, strategy); in point_on_surface()
/third_party/boost/libs/geometry/test/algorithms/
Dpoint_on_surface.cpp69 bg::detail::point_on_surface::calculate_point_on_surface<0>(geometry, right_point); in test_geometry()