From 866393b70f5baddcaf9571b7240ebd4ce44bc67c Mon Sep 17 00:00:00 2001 From: hybrid Date: Sat, 11 Jul 2026 10:15:52 +0300 Subject: add: tmp commit --- doc/datatypes.org | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 doc/datatypes.org (limited to 'doc/datatypes.org') diff --git a/doc/datatypes.org b/doc/datatypes.org new file mode 100644 index 0000000..4f7e28e --- /dev/null +++ b/doc/datatypes.org @@ -0,0 +1,36 @@ +* ATragMX solution +** ATragMXContext (input) +1. GunConfig + 1. Scope base angle + 2. Bullet mass + 3. Bore height + 4. Muzzle velocity + 5. Ballistic coefficient + 6. Twist direction + 7. Drag model + 8. Air friction +2. TargetContext + 1. Target speed + 2. Target range + 3. Inclination angle + 4. Latitude +3. AtmoContext + 1. Temperature + 2. Barometric pressure + 3. Relative humidity + 4. Wind speed + 5. Wind direction + 6. Atmosphere model +4. Simulation steps +5. Store range card data? +6. Stability factor +** ATragMXSolution (output) +1. Elevation +2. Windage +3. Lead +4. Time of flight +5. Remaining velocity +6. Remaining kinetic energy +7. Vertical coriolis drift +8. Horizontal coriolis drift +9. Spin drift -- cgit v1.3.1