We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8151b98 + c1c21ae commit dcf4d86Copy full SHA for dcf4d86
Polygon_mesh_processing/include/CGAL/Polygon_mesh_processing/locate.h
@@ -132,11 +132,6 @@ get_descriptor_from_location(const std::pair<typename boost::graph_traits<Triang
132
std::array<FT, 3> >& loc,
133
const TriangleMesh& tm);
134
135
-template <typename FT, typename TriangleMesh>
136
-Face_location<TriangleMesh, FT>
137
-locate_in_face(typename boost::graph_traits<TriangleMesh>::halfedge_descriptor hd,
138
- const FT t,
139
- const TriangleMesh& tm);
140
// end of forward declarations
141
142
namespace internal {
0 commit comments