enhanced hexapole

This commit is contained in:
Tonton Th
2025-05-04 18:36:13 +02:00
parent c2731bbfc2
commit 3143bb87ba
3 changed files with 35 additions and 8 deletions

View File

@@ -118,7 +118,7 @@ union {
union {
#for (Ang, 0, 359, 15)
#local E = (SzSol * 1.40) + (6*rand(Rng1));
#local E = (SzSol * 1.40) + (8*rand(Rng1));
#local Ra = radians(Ang);
#local Xp = E * cos(Ra);
#local Zp = E * sin(Ra);