From 1451aed42d090edfe3e361ee35294d761a7a7168 Mon Sep 17 00:00:00 2001 From: Julius Nehring-Wirxel <julius.nehring-wirxel@rwth-aachen.de> Date: Wed, 1 Sep 2021 18:12:25 +0200 Subject: [PATCH] Fix typo --- src/polymesh/algorithms/normalize.hh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/polymesh/algorithms/normalize.hh b/src/polymesh/algorithms/normalize.hh index 550fa85..6d4c3de 100644 --- a/src/polymesh/algorithms/normalize.hh +++ b/src/polymesh/algorithms/normalize.hh @@ -15,7 +15,7 @@ struct normalize_result }; /// Applies a translation and a uniform rescaling such that the mesh is centerd at (0,0,0) and within the [-1 .. 1] cube -/// Returns scale and center so that applying scale * p + center on a normalized point p yields in the original point +/// Returns scale and center so that applying scale * p + center on a normalized point p yields the original point template <class Pos3> auto normalize(vertex_attribute<Pos3>& pos) { -- GitLab