From 63cf08df52557b878e893983b5fa7bca6829a72f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rn=20K=C3=BCnsem=C3=B6ller?= <jkuensem@physik.uni-bielefeld.de> Date: Mon, 19 Jun 2023 10:23:14 +0200 Subject: [PATCH] TMSS-1517: typo --- LCS/PyCommon/ring_coordinates.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LCS/PyCommon/ring_coordinates.py b/LCS/PyCommon/ring_coordinates.py index 4c4f4ac18af..c91473a1b7b 100755 --- a/LCS/PyCommon/ring_coordinates.py +++ b/LCS/PyCommon/ring_coordinates.py @@ -164,7 +164,7 @@ def project(offset, center, position_angle): y, sin(angle2) * x + cos(angle2) * z) - # Rotate around z-angle by angle1 + # Rotate around z-axis by angle1 x2, y2, z2 = (cos(angle1) * x1 - sin(angle1) * y1, sin(angle1) * x1 + cos(angle1) * y1, z1) -- GitLab