Home
last modified time | relevance | path

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

/dports/math/cgal/CGAL-5.3/include/CGAL/
H A Dscanline_orient_normals.h162 const std::vector<Vector_3>& lines_of_sight) in estimate_scan_position() argument
178 const Vector_3& v = lines_of_sight[idx]; in estimate_scan_position()
220 std::vector<Vector_3> lines_of_sight; in orient_scanline() local
221 lines_of_sight.reserve (std::distance (begin, end)); in orient_scanline()
228 lines_of_sight.push_back (los); in orient_scanline()
257 = estimate_scan_position (begin, end, point_map, lines_of_sight); in orient_scanline()
276 lines_of_sight[idx] = los; in orient_scanline()
280 = estimate_scan_position (begin, end, point_map, lines_of_sight); in orient_scanline()
295 const Vector_3 los = lines_of_sight[idx]; in orient_scanline()