diff --git a/MeshLib/MeshEditing/ProjectPointOnMesh.cpp b/MeshLib/MeshEditing/ProjectPointOnMesh.cpp index ad39d84d6aaa4faf52670a52e30d0fe2a3d71991..f4d033615926799209108e8458d3a4040e733495 100644 --- a/MeshLib/MeshEditing/ProjectPointOnMesh.cpp +++ b/MeshLib/MeshEditing/ProjectPointOnMesh.cpp @@ -19,8 +19,6 @@ namespace MeshLib namespace ProjectPointOnMesh { -/// Returns the element in which the given node is located when -/// projected onto a mesh, or nullptr if no such element was found. MeshLib::Element const* getProjectedElement( std::vector<const MeshLib::Element*> const& elements, MeshLib::Node const& node) @@ -59,8 +57,6 @@ MeshLib::Element const* getProjectedElement( return nullptr; } -/// Returns the z-coordinate of a point projected onto the plane defined -/// by a mesh element. double getElevation(MeshLib::Element const& element, MeshLib::Node const& node) {