Home
last modified time | relevance | path

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

/dports/math/cgal/CGAL-5.3/include/CGAL/
H A DPolyhedron_3.h548 typedef Iterator_range< Point_const_iterator > Const_points; typedef
903 Const_points points() const { in points()
904 return Const_points(points_begin(), points_end()); in points()