From 2b9990c6fdbab039c3d27a7b92a9b90a73672851 Mon Sep 17 00:00:00 2001 From: Thomas Fischer <thomas.fischer@ufz.de> Date: Wed, 7 Oct 2015 12:02:07 +0200 Subject: [PATCH] Internal linkage of projectMeshOntoPlane. --- MeshLib/MeshEditing/projectMeshOntoPlane.h | 1 + 1 file changed, 1 insertion(+) diff --git a/MeshLib/MeshEditing/projectMeshOntoPlane.h b/MeshLib/MeshEditing/projectMeshOntoPlane.h index 5a1a91d8774..63d4c72b816 100644 --- a/MeshLib/MeshEditing/projectMeshOntoPlane.h +++ b/MeshLib/MeshEditing/projectMeshOntoPlane.h @@ -33,6 +33,7 @@ namespace MeshLib { * Overlapping elements, collapsed nodes, and other issues are not handled by the method. * The normal vector need not be normalized. */ +inline MeshLib::Mesh* projectMeshOntoPlane(MeshLib::Mesh const& mesh, MathLib::Point3d const& plane_origin, MathLib::Vector3 const& plane_normal) -- GitLab