diff options
Diffstat (limited to 'common/accel-base.hpp')
| -rw-r--r-- | common/accel-base.hpp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/common/accel-base.hpp b/common/accel-base.hpp index b15d695..42b3bb1 100644 --- a/common/accel-base.hpp +++ b/common/accel-base.hpp @@ -17,6 +17,11 @@ namespace rawaccel { double speed_cap = 0; }; + struct domain_args { + vec2d domain_weights = { 1, 1 }; + double lp_norm = 2; + }; + template <typename Func> struct accel_val_base { bool legacy_offset = false; |