aboutsummaryrefslogtreecommitdiff
path: root/param.ccl
diff options
context:
space:
mode:
Diffstat (limited to 'param.ccl')
-rw-r--r--param.ccl30
1 files changed, 30 insertions, 0 deletions
diff --git a/param.ccl b/param.ccl
index 1eab9ed..b414acf 100644
--- a/param.ccl
+++ b/param.ccl
@@ -48,6 +48,36 @@ REAL initial_c "Initial c coefficient of ellipsoid"
(0.0: :: "Positive please"
} 1.0
+REAL rotation_alpha "Rotation angle around z-axis of ellipsoid"
+{
+*:* :: "Everything is possible"
+} 0.0
+
+REAL rotation_beta "Rotation angle around y-axis of ellipsoid"
+{
+*:* :: "Everything is possible"
+} 0.0
+
+REAL rotation_gamma "Rotation angle around x-axis of ellipsoid"
+{
+*:* :: "Everything is possible"
+} 0.0
+
+REAL translate_x "Translation in x-direction"
+{
+*:* :: "Everything is possible"
+} 0.0
+
+REAL translate_y "Translation in y-direction"
+{
+*:* :: "Everything is possible"
+} 0.0
+
+REAL translate_z "Translation in z-direction"
+{
+*:* :: "Everything is possible"
+} 0.0
+
REAL cas_a "Initial a coefficient of ovaloid of cassini"
{
: :: "Any number (negative and positive are equivalent)"