Skip to content
Snippets Groups Projects
Commit 63cf08df authored by Jörn Künsemöller's avatar Jörn Künsemöller
Browse files

TMSS-1517: typo

parent 8da83544
No related branches found
No related tags found
1 merge request!1098TMSS-1517: use proper projection in TAB ring calculation
......@@ -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)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment