summaryrefslogtreecommitdiff
path: root/dat.h
diff options
context:
space:
mode:
authorrodri <rgl@antares-labs.eu>2024-01-17 14:15:37 +0000
committerrodri <rgl@antares-labs.eu>2024-01-17 14:15:37 +0000
commit9090c1e8d2c462e217ab723c684f5a151295a0f6 (patch)
treeae6656120ac857f58822bdb83f829dff0aba0d0b /dat.h
parent44d868b0684ef88d830f2e99624b826fc4c3507e (diff)
downloadballistics-master.tar.gz
ballistics-master.tar.bz2
ballistics-master.zip
make the scale adjustable. add knobs for most parameters.HEADmaster
Diffstat (limited to 'dat.h')
-rw-r--r--dat.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/dat.h b/dat.h
index da2038d..e3145b5 100644
--- a/dat.h
+++ b/dat.h
@@ -1,7 +1,6 @@
#define Eg 9.81 /* earth's gravity (m·s⁻²) */
#define Cd 0.45 /* drag coefficient for a sphere */
#define ρ 1.293 /* air density (kg·m⁻³) */
-#define PIX2M 0.001
#define M2PIX (1.0/PIX2M)
enum {
@@ -11,6 +10,7 @@ enum {
Sdrag,
Sdeltax,
Seta,
+ Sscale,
SLEN,
};