summaryrefslogtreecommitdiffhomepage
path: root/spline/axis-opts.hpp
diff options
context:
space:
mode:
authorsharpTrick <psharp.x13@gmail.com>2022-02-16 18:16:52 -0700
committersharpTrick <psharp.x13@gmail.com>2022-02-16 18:16:52 -0700
commit7ac30c677d9a68b2acba08bbc0d8fc8a52552e58 (patch)
treecce75829d08f5c571a0137ce38d59e180723a67b /spline/axis-opts.hpp
parentbb773720e9cfd78bdba7190867fd221b767b90da (diff)
Added more max_clamp options
Diffstat (limited to 'spline/axis-opts.hpp')
-rw-r--r--spline/axis-opts.hpp8
1 files changed, 8 insertions, 0 deletions
diff --git a/spline/axis-opts.hpp b/spline/axis-opts.hpp
index c773dd61..b389f4b9 100644
--- a/spline/axis-opts.hpp
+++ b/spline/axis-opts.hpp
@@ -29,7 +29,11 @@ public:
r15 = 15,
r10 = 10,
+ t600 = 600,
+ t300 = 300,
+ t150 = 150,
t100 = 100,
+ t75 = 75,
t30 = 30,
t20 = 20,
t15 = 15,
@@ -38,6 +42,10 @@ public:
o_r180 = -180,
o_r90 = -90,
o_t75 = -75,
+ o_t100 = -100,
+ o_t150 = -150,
+ o_t300 = -300,
+ o_t600 = -600,
x1000 = 1000,
};