re(flight): the linear discrepancy is a world-unit vs displayed-speed difference

Screenshotting the HUD speed readout at each throttle step, beside the
position-derived measurement of the same moment:

  RT 0.00   HUD 350 (= CruisingVelocity)   position ~447   ratio 1.28
  RT 0.25   HUD 507                        position ~652   ratio 1.29
  RT 0.75   HUD 963                        position ~1141  ratio 1.19

So (a) the HUD speaks the definition's units — exactly CruisingVelocity at neutral,
963 at three-quarters against the 987 the interpolation predicts — confirming the
throttle law in the game's own numbers without any position sampling; and (b) world
displacement runs ~1.2x the displayed speed. Since settled angular rates need no such
factor, this is a unit difference between the position triple and the velocity
fields, not a clock effect: a reimplementation moving entities at MaximumVelocity in
world coordinates will be ~20% slow.

Also fixes speed_law.find_player: a mission holds more than one *_Player object and
at least one never moves, so the finder now samples each candidate twice and keeps
the one that displaces. Locking onto the static one is what produced a run of exact
zeros while the game was visibly flying.

🟡 The ratio is 1.19-1.29 rather than a clean constant and every sample was taken in
a firefight; pinning it wants a quiet map.

Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01NptfmpjdpNCKEez6d2xvA9
This commit is contained in:
2026-08-13 17:06:35 +00:00
parent f6974ff3f0
commit 0cb81b6200
4 changed files with 656 additions and 4 deletions

View File

@@ -0,0 +1,589 @@
rt,t,x,y,z
0.0,0.0,-3409.5771484375,881.912841796875,1004.4171752929688
0.0,0.05,-3421.232177734375,881.912841796875,1004.4171752929688
0.0,0.1,-3456.197265625,881.9127807617188,1004.4171142578125
0.0,0.151,-3462.00732421875,881.9127807617188,1004.4170532226562
0.0,0.201,-3462.00732421875,881.9127807617188,1004.4170532226562
0.0,0.251,-3462.00732421875,881.9127807617188,1004.4170532226562
0.0,0.301,-3526.127197265625,881.9127807617188,1004.4169311523438
0.0,0.351,-3537.7822265625,881.9127807617188,1004.4169311523438
0.0,0.402,-3584.402099609375,881.9127197265625,1004.4168090820312
0.0,0.452,-3596.05712890625,881.9127197265625,1004.4168090820312
0.0,0.505,-3631.022216796875,881.9127197265625,1004.416748046875
0.0,0.555,-3631.022216796875,881.9127197265625,1004.416748046875
0.0,0.605,-3631.022216796875,881.9127197265625,1004.416748046875
0.0,0.655,-3631.022216796875,881.9127197265625,1004.416748046875
0.0,0.708,-3706.797119140625,881.9126586914062,1004.4165649414062
0.0,0.758,-3741.76220703125,881.9126586914062,1004.41650390625
0.0,0.808,-3788.382080078125,881.91259765625,1004.4164428710938
0.0,0.859,-3800.037109375,881.91259765625,1004.4163818359375
0.0,0.911,-3817.502197265625,881.91259765625,1004.4163818359375
0.0,0.961,-3817.502197265625,881.91259765625,1004.4163818359375
0.0,1.011,-3817.502197265625,881.91259765625,1004.4163818359375
0.0,1.061,-3817.502197265625,881.91259765625,1004.4163818359375
0.0,1.111,-3893.277099609375,881.91259765625,1004.4161987304688
0.0,1.162,-3916.587158203125,881.9125366210938,1004.4161376953125
0.0,1.212,-3957.397216796875,881.9125366210938,1004.4160766601562
0.0,1.262,-3986.55224609375,881.9125366210938,1004.416015625
0.0,1.315,-3998.20703125,881.9125366210938,1004.416015625
0.0,1.365,-3998.20703125,881.9125366210938,1004.416015625
0.0,1.415,-3998.20703125,881.9125366210938,1004.416015625
0.0,1.465,-4050.70703125,881.9124755859375,1004.4158935546875
0.0,1.515,-4079.8271484375,881.9124755859375,1004.4158325195312
0.0,1.565,-4108.98193359375,881.9124755859375,1004.415771484375
0.0,1.615,-4143.947265625,881.9124145507812,1004.4157104492188
0.0,1.665,-4178.912109375,881.9124145507812,1004.4156494140625
0.0,1.717,-4184.72216796875,881.9124145507812,1004.4155883789062
0.0,1.767,-4184.72216796875,881.9124145507812,1004.4155883789062
0.0,1.817,-4184.72216796875,881.9124145507812,1004.4155883789062
0.0,1.867,-4243.0322265625,881.912353515625,1004.41552734375
0.0,1.917,-4272.15234375,881.912353515625,1004.4154663085938
0.0,1.967,-4307.1171875,881.912353515625,1004.4153442382812
0.0,2.017,-4353.7373046875,881.912353515625,1004.415283203125
0.0,2.067,-4365.39208984375,881.9122924804688,1004.4152221679688
0.0,2.118,-4377.046875,881.9122924804688,1004.4152221679688
0.0,2.168,-4377.046875,881.9122924804688,1004.4152221679688
0.0,2.218,-4377.046875,881.9122924804688,1004.4152221679688
0.0,2.268,-4441.2021484375,881.9122924804688,1004.4151000976562
0.0,2.318,-4476.1669921875,881.9122314453125,1004.4150390625
0.0,2.368,-4493.6669921875,881.9122314453125,1004.4149780273438
0.0,2.418,-4540.287109375,881.9122314453125,1004.4149169921875
0.0,2.468,-4557.787109375,881.9122314453125,1004.4148559570312
0.0,2.52,-4563.59716796875,881.9122314453125,1004.4148559570312
0.0,2.57,-4563.59716796875,881.9122314453125,1004.4148559570312
0.0,2.62,-4610.251953125,881.9121704101562,1004.4147338867188
0.0,2.671,-4633.56201171875,881.9121704101562,1004.4147338867188
0.0,2.75,-4668.52685546875,881.9121704101562,1004.4146118164062
0.0,2.8,-4703.4921875,881.912109375,1004.41455078125
0.0,2.85,-4726.76708984375,881.912109375,1004.4144897460938
0.0,2.9,-4726.76708984375,881.912109375,1004.4144897460938
0.0,2.95,-4726.76708984375,881.912109375,1004.4144897460938
0.0,3.0,-4726.76708984375,881.912109375,1004.4144897460938
0.0,3.053,-4779.23193359375,881.912109375,1004.4144287109375
0.0,3.103,-4820.0419921875,881.9120483398438,1004.414306640625
0.0,3.153,-4831.697265625,881.9120483398438,1004.414306640625
0.0,3.204,-4878.31689453125,881.9120483398438,1004.4141845703125
0.0,3.254,-4884.126953125,881.9120483398438,1004.4141845703125
0.0,3.304,-4884.126953125,881.9120483398438,1004.4141845703125
0.0,3.354,-4884.126953125,881.9120483398438,1004.4141845703125
0.0,3.404,-4936.591796875,881.9119873046875,1004.4140625
0.0,3.454,-4948.2470703125,881.9119873046875,1004.4140625
0.0,3.505,-5000.7119140625,881.9119873046875,1004.4139404296875
0.0,3.555,-5012.3671875,881.9119873046875,1004.4139404296875
0.0,3.605,-5041.48681640625,881.9119262695312,1004.4138793945312
0.0,3.655,-5041.48681640625,881.9119262695312,1004.4138793945312
0.0,3.705,-5041.48681640625,881.9119262695312,1004.4138793945312
0.0,3.755,-5041.48681640625,881.9119262695312,1004.4138793945312
0.0,3.807,-5105.60693359375,881.9119262695312,1004.4137573242188
0.0,3.857,-5128.9169921875,881.9119262695312,1004.4136962890625
0.0,3.907,-5175.537109375,881.911865234375,1004.41357421875
0.0,3.957,-5187.19189453125,881.911865234375,1004.41357421875
0.0,4.01,-5210.501953125,881.911865234375,1004.4135131835938
0.0,4.06,-5210.501953125,881.911865234375,1004.4135131835938
0.0,4.11,-5210.501953125,881.911865234375,1004.4135131835938
0.0,4.16,-5210.501953125,881.911865234375,1004.4135131835938
0.0,4.21,-5286.27685546875,881.9118041992188,1004.4133911132812
0.0,4.26,-5321.2421875,881.9118041992188,1004.413330078125
0.0,4.314,-5356.20703125,881.9118041992188,1004.4132690429688
0.0,4.364,-5385.36181640625,881.9117431640625,1004.4132080078125
0.0,4.414,-5391.171875,881.9117431640625,1004.4131469726562
0.0,4.464,-5391.171875,881.9117431640625,1004.4131469726562
0.0,4.514,-5391.171875,881.9117431640625,1004.4131469726562
0.0,4.565,-5443.671875,881.9117431640625,1004.4130859375
0.0,4.615,-5472.7919921875,881.9117431640625,1004.4130249023438
0.0,4.667,-5496.10205078125,881.9116821289062,1004.4129638671875
0.0,4.717,-5531.06689453125,881.9116821289062,1004.4129028320312
0.0,4.767,-5560.22216796875,881.9116821289062,1004.412841796875
0.0,4.822,-5566.03173828125,881.9116821289062,1004.412841796875
0.0,4.872,-5566.03173828125,881.9116821289062,1004.412841796875
0.0,4.922,-5566.03173828125,881.9116821289062,1004.412841796875
0.0,4.978,-5635.9970703125,881.91162109375,1004.4126586914062
0.0,5.028,-5659.30712890625,881.91162109375,1004.4126586914062
0.0,5.079,-5694.27197265625,881.91162109375,1004.4125366210938
0.0,5.15,-5717.58203125,881.91162109375,1004.4125366210938
0.0,5.2,-5740.89208984375,881.9115600585938,1004.4124755859375
0.0,5.251,-5740.89208984375,881.9115600585938,1004.4124755859375
0.0,5.302,-5740.89208984375,881.9115600585938,1004.4124755859375
0.0,5.353,-5787.546875,881.9115600585938,1004.412353515625
0.0,5.403,-5828.35693359375,881.9115600585938,1004.4122924804688
0.0,5.453,-5840.01171875,881.9114990234375,1004.4122924804688
0.0,5.506,-5892.47705078125,881.9114990234375,1004.4121704101562
0.0,5.556,-5904.1318359375,881.9114990234375,1004.412109375
0.0,5.606,-5915.787109375,881.9114990234375,1004.412109375
0.0,5.656,-5915.787109375,881.9114990234375,1004.412109375
0.0,5.706,-5915.787109375,881.9114990234375,1004.412109375
0.0,5.756,-5974.0966796875,881.9114379882812,1004.4119873046875
0.0,5.806,-5985.751953125,881.9114379882812,1004.4119873046875
0.0,5.857,-6026.56201171875,881.9114379882812,1004.411865234375
0.0,5.907,-6061.52685546875,881.9114379882812,1004.4118041992188
0.0,5.957,-6084.8369140625,881.911376953125,1004.4117431640625
0.25,0.0,-10118.99609375,881.9092407226562,1004.4036254882812
0.25,0.055,-10228.689453125,881.9091796875,1004.4033813476562
0.25,0.105,-10279.3056640625,881.9091186523438,1004.4033203125
0.25,0.155,-10296.177734375,881.9091186523438,1004.4032592773438
0.25,0.205,-10372.126953125,881.9091186523438,1004.403076171875
0.25,0.255,-10380.537109375,881.9091186523438,1004.403076171875
0.25,0.305,-10380.537109375,881.9091186523438,1004.403076171875
0.25,0.356,-10380.537109375,881.9091186523438,1004.403076171875
0.25,0.406,-10380.537109375,881.9091186523438,1004.403076171875
0.25,0.46,-10490.23046875,881.9090576171875,1004.4028930664062
0.25,0.51,-10540.8466796875,881.9089965820312,1004.4027709960938
0.25,0.56,-10557.71875,881.9089965820312,1004.4027099609375
0.25,0.61,-10625.20703125,881.908935546875,1004.402587890625
0.25,0.661,-10650.4892578125,881.908935546875,1004.4025268554688
0.25,0.711,-10650.4892578125,881.908935546875,1004.4025268554688
0.25,0.761,-10650.4892578125,881.908935546875,1004.4025268554688
0.25,0.811,-10718.0283203125,881.908935546875,1004.4024047851562
0.25,0.861,-10743.310546875,881.9088745117188,1004.40234375
0.25,0.912,-10777.0546875,881.9088745117188,1004.4022827148438
0.25,0.962,-10793.9267578125,881.9088745117188,1004.4022216796875
0.25,1.012,-10878.287109375,881.9088134765625,1004.402099609375
0.25,1.064,-10886.697265625,881.9088134765625,1004.4020385742188
0.25,1.114,-10886.697265625,881.9088134765625,1004.4020385742188
0.25,1.164,-10886.697265625,881.9088134765625,1004.4020385742188
0.25,1.214,-10886.697265625,881.9088134765625,1004.4020385742188
0.25,1.268,-11004.8525390625,881.9087524414062,1004.4017944335938
0.25,1.318,-11055.4677734375,881.9087524414062,1004.4017333984375
0.25,1.368,-11080.8017578125,881.90869140625,1004.4016723632812
0.25,1.418,-11131.4169921875,881.90869140625,1004.4015502929688
0.25,1.468,-11148.23828125,881.90869140625,1004.4015502929688
0.25,1.519,-11148.23828125,881.90869140625,1004.4015502929688
0.25,1.569,-11148.23828125,881.90869140625,1004.4015502929688
0.25,1.619,-11232.6494140625,881.9086303710938,1004.4013671875
0.25,1.67,-11257.931640625,881.9086303710938,1004.4013061523438
0.25,1.72,-11308.5478515625,881.9085693359375,1004.4011840820312
0.25,1.771,-11333.8818359375,881.9085693359375,1004.401123046875
0.25,1.821,-11384.4970703125,881.9085693359375,1004.4010620117188
0.25,1.871,-11401.318359375,881.9085693359375,1004.4010009765625
0.25,1.921,-11401.318359375,881.9085693359375,1004.4010009765625
0.25,1.971,-11401.318359375,881.9085693359375,1004.4010009765625
0.25,2.022,-11401.318359375,881.9085693359375,1004.4010009765625
0.25,2.072,-11527.9345703125,881.908447265625,1004.4007568359375
0.25,2.122,-11561.6787109375,881.908447265625,1004.4006958007812
0.25,2.172,-11603.8837890625,881.908447265625,1004.400634765625
0.25,2.222,-11671.3720703125,881.9083862304688,1004.4004516601562
0.25,2.272,-11688.244140625,881.9083862304688,1004.4004516601562
0.25,2.322,-11705.0654296875,881.9083862304688,1004.400390625
0.25,2.373,-11705.0654296875,881.9083862304688,1004.400390625
0.25,2.423,-11705.0654296875,881.9083862304688,1004.400390625
0.25,2.473,-11789.4755859375,881.9083251953125,1004.4002075195312
0.25,2.524,-11814.7587890625,881.9083251953125,1004.4002075195312
0.25,2.574,-11882.2470703125,881.9082641601562,1004.4000244140625
0.25,2.624,-11915.990234375,881.9082641601562,1004.3999633789062
0.25,2.674,-11949.734375,881.9082641601562,1004.39990234375
0.25,2.725,-11958.1455078125,881.9082641601562,1004.39990234375
0.25,2.775,-11958.1455078125,881.9082641601562,1004.39990234375
0.25,2.825,-11958.1455078125,881.9082641601562,1004.39990234375
0.25,2.876,-12042.5556640625,881.908203125,1004.3997192382812
0.25,2.926,-12067.8388671875,881.908203125,1004.399658203125
0.25,2.977,-12118.455078125,881.9081420898438,1004.3995971679688
0.25,3.028,-12185.9423828125,881.9081420898438,1004.3994140625
0.25,3.078,-12228.1474609375,881.9080810546875,1004.3993530273438
0.25,3.128,-12236.55859375,881.9080810546875,1004.3993530273438
0.25,3.178,-12236.55859375,881.9080810546875,1004.3993530273438
0.25,3.228,-12236.55859375,881.9080810546875,1004.3993530273438
0.25,3.278,-12312.55859375,881.9080810546875,1004.399169921875
0.25,3.329,-12354.712890625,881.9080200195312,1004.3991088867188
0.25,3.382,-12396.9189453125,881.9080200195312,1004.3989868164062
0.25,3.432,-12430.662109375,881.9080200195312,1004.39892578125
0.25,3.482,-12489.740234375,881.907958984375,1004.3988037109375
0.25,3.534,-12498.150390625,881.907958984375,1004.3988037109375
0.25,3.584,-12498.150390625,881.907958984375,1004.3988037109375
0.25,3.654,-12498.150390625,881.907958984375,1004.3988037109375
0.25,3.706,-12582.5615234375,881.9078979492188,1004.3986206054688
0.25,3.756,-12616.3056640625,881.9078979492188,1004.3985595703125
0.25,3.807,-12666.9208984375,881.9078369140625,1004.3984375
0.25,3.857,-12700.6650390625,881.9078369140625,1004.3983764648438
0.25,3.907,-12751.28125,881.9078369140625,1004.3983154296875
0.25,3.96,-12751.28125,881.9078369140625,1004.3983154296875
0.25,4.01,-12751.28125,881.9078369140625,1004.3983154296875
0.25,4.06,-12751.28125,881.9078369140625,1004.3983154296875
0.25,4.11,-12844.1025390625,881.9077758789062,1004.3981323242188
0.25,4.16,-12877.8466796875,881.9077758789062,1004.3980102539062
0.25,4.211,-12928.462890625,881.90771484375,1004.39794921875
0.25,4.261,-12962.2060546875,881.90771484375,1004.3978881835938
0.25,4.311,-13012.822265625,881.9076538085938,1004.3977661132812
0.25,4.361,-13021.2333984375,881.9076538085938,1004.3977661132812
0.25,4.411,-13021.2333984375,881.9076538085938,1004.3977661132812
0.25,4.461,-13021.2333984375,881.9076538085938,1004.3977661132812
0.25,4.511,-13105.6435546875,881.9076538085938,1004.3975830078125
0.25,4.562,-13122.515625,881.9075927734375,1004.3975219726562
0.25,4.612,-13198.46484375,881.9075927734375,1004.3973999023438
0.25,4.663,-13215.3369140625,881.9075927734375,1004.3973388671875
0.25,4.713,-13265.953125,881.9075317382812,1004.3972778320312
0.25,4.763,-13274.3642578125,881.9075317382812,1004.397216796875
0.25,4.813,-13274.3642578125,881.9075317382812,1004.397216796875
0.25,4.863,-13274.3642578125,881.9075317382812,1004.397216796875
0.25,4.913,-13358.7744140625,881.907470703125,1004.3970336914062
0.25,4.963,-13375.646484375,881.907470703125,1004.3970336914062
0.25,5.014,-13451.595703125,881.907470703125,1004.3968505859375
0.25,5.064,-13476.9287109375,881.9074096679688,1004.3968505859375
0.25,5.114,-13527.494140625,881.9074096679688,1004.396728515625
0.25,5.164,-13527.494140625,881.9074096679688,1004.396728515625
0.25,5.215,-13527.494140625,881.9074096679688,1004.396728515625
0.25,5.265,-13527.494140625,881.9074096679688,1004.396728515625
0.25,5.315,-13620.3154296875,881.9073486328125,1004.3965454101562
0.25,5.365,-13654.0595703125,881.9073486328125,1004.396484375
0.25,5.416,-13704.67578125,881.9072875976562,1004.3963623046875
0.25,5.466,-13738.419921875,881.9072875976562,1004.3963012695312
0.25,5.516,-13780.57421875,881.9072875976562,1004.3961791992188
0.25,5.567,-13780.57421875,881.9072875976562,1004.3961791992188
0.25,5.617,-13780.57421875,881.9072875976562,1004.3961791992188
0.25,5.667,-13780.57421875,881.9072875976562,1004.3961791992188
0.25,5.717,-13864.9853515625,881.9072265625,1004.3960571289062
0.25,5.768,-13898.7294921875,881.9072265625,1004.39599609375
0.25,5.818,-13949.3447265625,881.9071655273438,1004.3958740234375
0.25,5.868,-13966.216796875,881.9071655273438,1004.3958129882812
0.25,5.918,-14008.3720703125,881.9071655273438,1004.395751953125
0.25,5.968,-14008.3720703125,881.9071655273438,1004.395751953125
0.5,0.0,-19904.896484375,881.9039916992188,1004.3837890625
0.5,0.063,-19953.958984375,881.9039306640625,1004.3837280273438
0.5,0.113,-19990.71875,881.9039306640625,1004.3836669921875
0.5,0.164,-19990.71875,881.9039306640625,1004.3836669921875
0.5,0.215,-19990.71875,881.9039306640625,1004.3836669921875
0.5,0.265,-19990.71875,881.9039306640625,1004.3836669921875
0.5,0.316,-20150.20703125,881.9038696289062,1004.38330078125
0.5,0.366,-20174.73828125,881.90380859375,1004.38330078125
0.5,0.416,-20260.6328125,881.90380859375,1004.3831176757812
0.5,0.467,-20309.6953125,881.9037475585938,1004.3829956054688
0.5,0.517,-20346.455078125,881.9037475585938,1004.3829345703125
0.5,0.567,-20346.455078125,881.9037475585938,1004.3829345703125
0.5,0.62,-20346.455078125,881.9037475585938,1004.3829345703125
0.5,0.67,-20346.455078125,881.9037475585938,1004.3829345703125
0.5,0.72,-20505.943359375,881.9036865234375,1004.3826293945312
0.5,0.771,-20530.474609375,881.9036254882812,1004.382568359375
0.5,0.821,-20616.369140625,881.9036254882812,1004.3823852539062
0.5,0.871,-20689.962890625,881.903564453125,1004.3822021484375
0.5,0.921,-20738.951171875,881.903564453125,1004.3821411132812
0.5,0.971,-20738.951171875,881.903564453125,1004.3821411132812
0.5,1.021,-20738.951171875,881.903564453125,1004.3821411132812
0.5,1.071,-20738.951171875,881.903564453125,1004.3821411132812
0.5,1.124,-20886.2109375,881.9034423828125,1004.3818359375
0.5,1.174,-20935.2734375,881.9034423828125,1004.3817138671875
0.5,1.225,-21033.396484375,881.9033813476562,1004.3815307617188
0.5,1.275,-21057.927734375,881.9033813476562,1004.3814697265625
0.5,1.325,-21106.916015625,881.9033203125,1004.3814086914062
0.5,1.375,-21106.916015625,881.9033203125,1004.3814086914062
0.5,1.427,-21106.916015625,881.9033203125,1004.3814086914062
0.5,1.477,-21106.916015625,881.9033203125,1004.3814086914062
0.5,1.527,-21266.404296875,881.9032592773438,1004.3810424804688
0.5,1.577,-21327.76953125,881.9031982421875,1004.3809204101562
0.5,1.627,-21401.361328125,881.9031982421875,1004.3807983398438
0.5,1.678,-21425.892578125,881.9031372070312,1004.3807373046875
0.5,1.728,-21487.18359375,881.9031372070312,1004.380615234375
0.5,1.778,-21487.18359375,881.9031372070312,1004.380615234375
0.5,1.828,-21487.18359375,881.9031372070312,1004.380615234375
0.5,1.878,-21487.18359375,881.9031372070312,1004.380615234375
0.5,1.93,-21622.140625,881.903076171875,1004.3803100585938
0.5,1.98,-21658.974609375,881.9030151367188,1004.3802490234375
0.5,2.061,-21732.56640625,881.9030151367188,1004.380126953125
0.5,2.111,-21793.857421875,881.9029541015625,1004.3800048828125
0.5,2.162,-21806.0859375,881.9029541015625,1004.3799438476562
0.5,2.212,-21806.0859375,881.9029541015625,1004.3799438476562
0.5,2.262,-21806.0859375,881.9029541015625,1004.3799438476562
0.5,2.312,-21916.513671875,881.9028930664062,1004.3797607421875
0.5,2.365,-21941.04296875,881.9028930664062,1004.3796997070312
0.5,2.415,-22051.470703125,881.90283203125,1004.3794555664062
0.5,2.466,-22051.470703125,881.90283203125,1004.3794555664062
0.5,2.516,-22149.59375,881.9027709960938,1004.3792724609375
0.5,2.566,-22161.822265625,881.9027709960938,1004.3792114257812
0.5,2.616,-22161.822265625,881.9027709960938,1004.3792114257812
0.5,2.667,-22161.822265625,881.9027709960938,1004.3792114257812
0.5,2.717,-22309.08203125,881.9027099609375,1004.37890625
0.5,2.769,-22333.61328125,881.9026489257812,1004.37890625
0.5,2.819,-22431.73828125,881.9026489257812,1004.378662109375
0.5,2.87,-22456.267578125,881.902587890625,1004.378662109375
0.5,2.92,-22554.392578125,881.902587890625,1004.37841796875
0.5,2.973,-22554.392578125,881.902587890625,1004.37841796875
0.5,3.023,-22554.392578125,881.902587890625,1004.37841796875
0.5,3.075,-22554.392578125,881.902587890625,1004.37841796875
0.5,3.125,-22701.65234375,881.9024658203125,1004.3781127929688
0.5,3.176,-22726.18359375,881.9024658203125,1004.3781127929688
0.5,3.261,-22824.306640625,881.9024047851562,1004.3778686523438
0.5,3.311,-22897.900390625,881.9024047851562,1004.3777465820312
0.5,3.362,-22922.357421875,881.90234375,1004.377685546875
0.5,3.412,-22922.357421875,881.90234375,1004.377685546875
0.5,3.462,-22922.357421875,881.90234375,1004.377685546875
0.5,3.512,-23032.857421875,881.9022827148438,1004.37744140625
0.5,3.567,-23069.6171875,881.9022827148438,1004.3773803710938
0.5,3.617,-23143.2109375,881.9022216796875,1004.3772583007812
0.5,3.668,-23192.271484375,881.9022216796875,1004.3771362304688
0.5,3.718,-23241.333984375,881.9022216796875,1004.3770751953125
0.5,3.768,-23265.791015625,881.9021606445312,1004.3770141601562
0.5,3.818,-23265.791015625,881.9021606445312,1004.3770141601562
0.5,3.868,-23265.791015625,881.9021606445312,1004.3770141601562
0.5,3.919,-23265.791015625,881.9021606445312,1004.3770141601562
0.5,3.969,-23413.125,881.902099609375,1004.376708984375
0.5,4.02,-23486.716796875,881.9020385742188,1004.3765258789062
0.5,4.07,-23548.08203125,881.9020385742188,1004.3764038085938
0.5,4.12,-23621.67578125,881.9019775390625,1004.3762817382812
0.5,4.17,-23670.736328125,881.9019775390625,1004.3761596679688
0.5,4.221,-23695.193359375,881.9019775390625,1004.3761596679688
0.5,4.271,-23695.193359375,881.9019775390625,1004.3761596679688
0.5,4.321,-23695.193359375,881.9019775390625,1004.3761596679688
0.5,4.371,-23695.193359375,881.9019775390625,1004.3761596679688
0.5,4.421,-23891.515625,881.90185546875,1004.375732421875
0.5,4.471,-23916.046875,881.90185546875,1004.3756713867188
0.5,4.521,-23989.640625,881.9017944335938,1004.3755493164062
0.5,4.571,-24038.701171875,881.9017333984375,1004.3754272460938
0.5,4.622,-24087.689453125,881.9017333984375,1004.3753662109375
0.5,4.672,-24087.689453125,881.9017333984375,1004.3753662109375
0.5,4.723,-24087.689453125,881.9017333984375,1004.3753662109375
0.5,4.773,-24087.689453125,881.9017333984375,1004.3753662109375
0.5,4.824,-24234.94921875,881.9016723632812,1004.3750610351562
0.5,4.874,-24259.48046875,881.9016723632812,1004.375
0.5,4.925,-24357.60546875,881.901611328125,1004.3748168945312
0.5,4.975,-24394.4375,881.9015502929688,1004.3746948242188
0.5,5.025,-24455.728515625,881.9015502929688,1004.3745727539062
0.5,5.076,-24455.728515625,881.9015502929688,1004.3745727539062
0.5,5.126,-24455.728515625,881.9015502929688,1004.3745727539062
0.5,5.177,-24455.728515625,881.9015502929688,1004.3745727539062
0.5,5.227,-24602.98828125,881.9014892578125,1004.3743286132812
0.5,5.278,-24664.353515625,881.9014282226562,1004.3742065429688
0.5,5.361,-24737.9453125,881.9013671875,1004.3740234375
0.5,5.414,-24811.5390625,881.9013671875,1004.3739013671875
0.5,5.464,-24848.298828125,881.9013061523438,1004.373779296875
0.5,5.517,-24885.130859375,881.9013061523438,1004.3737182617188
0.5,5.567,-24885.130859375,881.9013061523438,1004.3737182617188
0.5,5.618,-24885.130859375,881.9013061523438,1004.3737182617188
0.5,5.668,-24885.130859375,881.9013061523438,1004.3737182617188
0.5,5.718,-25044.619140625,881.9012451171875,1004.3734130859375
0.5,5.768,-25093.681640625,881.9011840820312,1004.373291015625
0.5,5.818,-25167.275390625,881.9011840820312,1004.3731689453125
0.5,5.869,-25228.638671875,881.901123046875,1004.373046875
0.5,5.919,-25289.9296875,881.901123046875,1004.3729248046875
0.5,5.969,-25289.9296875,881.901123046875,1004.3729248046875
0.75,0.0,-32630.017578125,881.8971557617188,1004.3580932617188
0.75,0.056,-32630.017578125,881.8971557617188,1004.3580932617188
0.75,0.109,-32630.017578125,881.8971557617188,1004.3580932617188
0.75,0.167,-32630.017578125,881.8971557617188,1004.3580932617188
0.75,0.217,-32806.5,881.8970336914062,1004.3577270507812
0.75,0.267,-32870.66015625,881.8970336914062,1004.3576049804688
0.75,0.317,-33031.1484375,881.8969116210938,1004.3572387695312
0.75,0.368,-33063.23046875,881.8969116210938,1004.357177734375
0.75,0.421,-33111.30078125,881.8969116210938,1004.3571166992188
0.75,0.471,-33111.30078125,881.8969116210938,1004.3571166992188
0.75,0.521,-33111.30078125,881.8969116210938,1004.3571166992188
0.75,0.571,-33111.30078125,881.8969116210938,1004.3571166992188
0.75,0.624,-33255.703125,881.8967895507812,1004.3568115234375
0.75,0.674,-33368.02734375,881.8967895507812,1004.3565673828125
0.75,0.724,-33464.265625,881.896728515625,1004.3563842773438
0.75,0.774,-33528.421875,881.8966674804688,1004.3562622070312
0.75,0.827,-33576.4921875,881.8966674804688,1004.3561401367188
0.75,0.877,-33576.4921875,881.8966674804688,1004.3561401367188
0.75,0.929,-33576.4921875,881.8966674804688,1004.3561401367188
0.75,0.979,-33736.984375,881.8965454101562,1004.3558349609375
0.75,1.029,-33785.0546875,881.8965454101562,1004.355712890625
0.75,1.079,-33897.37890625,881.896484375,1004.3555297851562
0.75,1.129,-33993.6171875,881.8964233398438,1004.3552856445312
0.75,1.179,-34025.6953125,881.8964233398438,1004.355224609375
0.75,1.23,-34041.6875,881.8964233398438,1004.355224609375
0.75,1.28,-34041.6875,881.8964233398438,1004.355224609375
0.75,1.33,-34041.6875,881.8964233398438,1004.355224609375
0.75,1.381,-34202.1796875,881.8963012695312,1004.3549194335938
0.75,1.431,-34282.328125,881.896240234375,1004.354736328125
0.75,1.482,-34330.4921875,881.896240234375,1004.3546142578125
0.75,1.532,-34426.73046875,881.8961791992188,1004.3544311523438
0.75,1.582,-34458.80859375,881.8961791992188,1004.3543701171875
0.75,1.632,-34474.80078125,881.8961791992188,1004.3543090820312
0.75,1.682,-34474.80078125,881.8961791992188,1004.3543090820312
0.75,1.732,-34474.80078125,881.8961791992188,1004.3543090820312
0.75,1.785,-34635.29296875,881.8960571289062,1004.35400390625
0.75,1.867,-34715.5390625,881.8960571289062,1004.3538208007812
0.75,1.917,-34811.7734375,881.89599609375,1004.3536376953125
0.75,1.967,-34859.84375,881.8959350585938,1004.3535766601562
0.75,2.018,-34859.84375,881.8959350585938,1004.3535766601562
0.75,2.069,-34859.84375,881.8959350585938,1004.3535766601562
0.75,2.119,-34859.84375,881.8959350585938,1004.3535766601562
0.75,2.172,-35004.25,881.8958740234375,1004.353271484375
0.75,2.228,-35132.66015625,881.8958129882812,1004.35302734375
0.75,2.278,-35196.8203125,881.895751953125,1004.3528442382812
0.75,2.328,-35276.96875,881.895751953125,1004.3527221679688
0.75,2.381,-35292.9609375,881.895751953125,1004.3526611328125
0.75,2.431,-35292.9609375,881.895751953125,1004.3526611328125
0.75,2.481,-35292.9609375,881.895751953125,1004.3526611328125
0.75,2.531,-35469.44140625,881.8956298828125,1004.352294921875
0.75,2.581,-35469.44140625,881.8956298828125,1004.352294921875
0.75,2.632,-35597.7578125,881.8955688476562,1004.35205078125
0.75,2.682,-35661.91796875,881.8955078125,1004.3519287109375
0.75,2.732,-35742.06640625,881.8955078125,1004.3517456054688
0.75,2.782,-35758.05859375,881.8954467773438,1004.3517456054688
0.75,2.832,-35758.05859375,881.8954467773438,1004.3517456054688
0.75,2.882,-35758.05859375,881.8954467773438,1004.3517456054688
0.75,2.935,-35950.62890625,881.8953857421875,1004.351318359375
0.75,2.985,-35982.70703125,881.8953857421875,1004.3512573242188
0.75,3.067,-36078.9453125,881.8953247070312,1004.35107421875
0.75,3.117,-36191.171875,881.895263671875,1004.350830078125
0.75,3.168,-36207.1640625,881.895263671875,1004.350830078125
0.75,3.218,-36207.1640625,881.895263671875,1004.350830078125
0.75,3.268,-36207.1640625,881.895263671875,1004.350830078125
0.75,3.32,-36367.65625,881.8951416015625,1004.3505249023438
0.75,3.37,-36367.65625,881.8951416015625,1004.3505249023438
0.75,3.421,-36528.05078125,881.8950805664062,1004.3501586914062
0.75,3.472,-36560.12890625,881.89501953125,1004.35009765625
0.75,3.522,-36672.453125,881.8949584960938,1004.349853515625
0.75,3.572,-36688.4453125,881.8949584960938,1004.349853515625
0.75,3.628,-36688.4453125,881.8949584960938,1004.349853515625
0.75,3.678,-36688.4453125,881.8949584960938,1004.349853515625
0.75,3.728,-36848.9375,881.8948974609375,1004.3495483398438
0.75,3.778,-36881.015625,881.8948974609375,1004.3494262695312
0.75,3.828,-36977.25390625,881.8948364257812,1004.3492431640625
0.75,3.878,-37041.41015625,881.894775390625,1004.34912109375
0.75,3.928,-37105.56640625,881.894775390625,1004.3489990234375
0.75,3.979,-37121.55859375,881.894775390625,1004.3489379882812
0.75,4.029,-37121.55859375,881.894775390625,1004.3489379882812
0.75,4.079,-37121.55859375,881.894775390625,1004.3489379882812
0.75,4.129,-37281.953125,881.8946533203125,1004.3486328125
0.75,4.179,-37281.953125,881.8946533203125,1004.3486328125
0.75,4.23,-37410.26953125,881.8945922851562,1004.348388671875
0.75,4.28,-37474.4296875,881.89453125,1004.3482666015625
0.75,4.33,-37554.578125,881.89453125,1004.3480834960938
0.75,4.382,-37570.5703125,881.89453125,1004.3480834960938
0.75,4.432,-37570.5703125,881.89453125,1004.3480834960938
0.75,4.482,-37570.5703125,881.89453125,1004.3480834960938
0.75,4.532,-37714.97265625,881.8944091796875,1004.3477783203125
0.75,4.582,-37763.140625,881.8944091796875,1004.34765625
0.75,4.632,-37859.375,881.8943481445312,1004.3474731445312
0.75,4.682,-37907.54296875,881.8943481445312,1004.3473510742188
0.75,4.732,-37987.69140625,881.894287109375,1004.3472290039062
0.75,4.783,-37987.69140625,881.894287109375,1004.3472290039062
0.75,4.834,-37987.69140625,881.894287109375,1004.3472290039062
0.75,4.884,-37987.69140625,881.894287109375,1004.3472290039062
0.75,4.937,-38116.0078125,881.8942260742188,1004.3469848632812
0.75,4.987,-38196.25390625,881.8941650390625,1004.3468017578125
0.75,5.037,-38324.5703125,881.8941040039062,1004.3465576171875
0.75,5.088,-38404.81640625,881.89404296875,1004.3463745117188
0.75,5.138,-38420.80859375,881.89404296875,1004.3463134765625
0.75,5.189,-38420.80859375,881.89404296875,1004.3463134765625
0.75,5.239,-38420.80859375,881.89404296875,1004.3463134765625
0.75,5.289,-38549.21875,881.8939819335938,1004.3460693359375
0.75,5.367,-38629.3671875,881.8939208984375,1004.345947265625
0.75,5.417,-38741.69140625,881.8938598632812,1004.345703125
0.75,5.467,-38773.7734375,881.8938598632812,1004.3456420898438
0.75,5.517,-38886.09765625,881.893798828125,1004.3453979492188
0.75,5.567,-38886.09765625,881.893798828125,1004.3453979492188
0.75,5.618,-38886.09765625,881.893798828125,1004.3453979492188
0.75,5.668,-38886.09765625,881.893798828125,1004.3453979492188
0.75,5.722,-39046.58984375,881.8937377929688,1004.3450927734375
0.75,5.772,-39110.74609375,881.8936767578125,1004.344970703125
0.75,5.822,-39255.1484375,881.8936157226562,1004.3446655273438
0.75,5.873,-39335.39453125,881.8935546875,1004.344482421875
0.75,5.923,-39367.37890625,881.8935546875,1004.3444213867188
0.75,5.973,-39367.37890625,881.8935546875,1004.3444213867188
1.0,0.0,-45039.73828125,881.888671875,1004.3260498046875
1.0,0.05,-45039.73828125,881.8886108398438,1004.3258666992188
1.0,0.101,-45039.73828125,881.8886108398438,1004.3258056640625
1.0,0.158,-45039.73828125,881.8886108398438,1004.3258056640625
1.0,0.208,-45039.73828125,881.8886108398438,1004.3258056640625
1.0,0.259,-45019.80859375,881.8884887695312,1004.325439453125
1.0,0.309,-45039.73828125,881.888427734375,1004.3251953125
1.0,0.359,-45039.73828125,881.888427734375,1004.3251342773438
1.0,0.409,-45039.73828125,881.8883666992188,1004.3247680664062
1.0,0.459,-45019.80859375,881.8883056640625,1004.3247680664062
1.0,0.511,-45019.80859375,881.8883056640625,1004.3247680664062
1.0,0.561,-45019.80859375,881.8883056640625,1004.3247680664062
1.0,0.611,-45019.80859375,881.88818359375,1004.3243408203125
1.0,0.661,-45039.73828125,881.88818359375,1004.32421875
1.0,0.711,-45039.73828125,881.8881225585938,1004.3239135742188
1.0,0.761,-45039.73828125,881.8880615234375,1004.3238525390625
1.0,0.811,-45039.73828125,881.8880004882812,1004.3236083984375
1.0,0.863,-45019.80859375,881.8880004882812,1004.3235473632812
1.0,0.914,-45019.80859375,881.8880004882812,1004.3235473632812
1.0,0.964,-45019.80859375,881.8880004882812,1004.3235473632812
1.0,1.014,-45019.80859375,881.8878784179688,1004.3231201171875
1.0,1.065,-45039.73828125,881.8878784179688,1004.322998046875
1.0,1.115,-45039.73828125,881.8878173828125,1004.32275390625
1.0,1.165,-45039.73828125,881.8877563476562,1004.3225708007812
1.0,1.216,-45019.80859375,881.8876953125,1004.3224487304688
1.0,1.266,-45019.80859375,881.8876953125,1004.3224487304688
1.0,1.316,-45019.80859375,881.8876953125,1004.3224487304688
1.0,1.366,-45019.80859375,881.8876953125,1004.3224487304688
1.0,1.416,-45059.66796875,881.8875732421875,1004.3219604492188
1.0,1.466,-45039.73828125,881.8875122070312,1004.32177734375
1.0,1.516,-45039.73828125,881.887451171875,1004.3214721679688
1.0,1.567,-45039.73828125,881.887451171875,1004.3213500976562
1.0,1.618,-45039.73828125,881.8873901367188,1004.3212890625
1.0,1.668,-45039.73828125,881.8873901367188,1004.3212890625
1.0,1.718,-45039.73828125,881.8873901367188,1004.3212890625
1.0,1.771,-45039.73828125,881.8873291015625,1004.3209228515625
1.0,1.821,-45039.73828125,881.8872680664062,1004.3207397460938
1.0,1.871,-45039.73828125,881.8872680664062,1004.3206787109375
1.0,1.921,-45039.73828125,881.8871459960938,1004.3203125
1.0,1.971,-45039.73828125,881.8871459960938,1004.3201904296875
1.0,2.022,-45039.73828125,881.8871459960938,1004.3201904296875
1.0,2.072,-45039.73828125,881.8871459960938,1004.3201904296875
1.0,2.122,-45039.73828125,881.8871459960938,1004.3201904296875
1.0,2.173,-45059.66796875,881.8870239257812,1004.3197021484375
1.0,2.223,-45039.73828125,881.8869018554688,1004.3194580078125
1.0,2.273,-45039.73828125,881.8869018554688,1004.3193969726562
1.0,2.323,-45039.73828125,881.8868408203125,1004.3191528320312
1.0,2.373,-45059.66796875,881.8867797851562,1004.3190307617188
1.0,2.424,-45059.66796875,881.8867797851562,1004.3190307617188
1.0,2.474,-45059.66796875,881.8867797851562,1004.3190307617188
1.0,2.524,-45179.0,881.88671875,1004.3186645507812
1.0,2.575,-45039.73828125,881.8866577148438,1004.3185424804688
1.0,2.625,-45039.73828125,881.8865966796875,1004.3182983398438
1.0,2.678,-45059.66796875,881.8865356445312,1004.3180541992188
1.0,2.728,-45039.73828125,881.886474609375,1004.31787109375
1.0,2.778,-45019.80859375,881.886474609375,1004.3178100585938
1.0,2.86,-45019.80859375,881.886474609375,1004.3178100585938
1.0,2.91,-45019.80859375,881.886474609375,1004.3178100585938
1.0,2.96,-45019.80859375,881.8863525390625,1004.3173828125
1.0,3.01,-45039.73828125,881.8862915039062,1004.317138671875
1.0,3.06,-45039.73828125,881.8862915039062,1004.317138671875
1.0,3.11,-45039.73828125,881.88623046875,1004.3167724609375
1.0,3.16,-45019.80859375,881.8861694335938,1004.316650390625
1.0,3.211,-45019.80859375,881.8861694335938,1004.316650390625
1.0,3.261,-45019.80859375,881.8861694335938,1004.316650390625
1.0,3.311,-45019.80859375,881.8861694335938,1004.316650390625
1.0,3.364,-45019.80859375,881.8861083984375,1004.3162841796875
1.0,3.414,-45039.73828125,881.885986328125,1004.3159790039062
1.0,3.464,-45039.73828125,881.885986328125,1004.31591796875
1.0,3.514,-45039.73828125,881.8859252929688,1004.3156127929688
1.0,3.565,-45019.80859375,881.8858642578125,1004.3155517578125
1.0,3.616,-45019.80859375,881.8858642578125,1004.3155517578125
1.0,3.666,-45019.80859375,881.8858642578125,1004.3155517578125
1.0,3.716,-45218.73828125,881.8857421875,1004.3151245117188
1.0,3.767,-45039.73828125,881.8857421875,1004.3150024414062
1.0,3.817,-45039.73828125,881.8856811523438,1004.3147583007812
1.0,3.867,-45039.73828125,881.8856811523438,1004.3146362304688
1.0,3.918,-45039.73828125,881.8855590820312,1004.3142700195312
1.0,3.968,-45019.80859375,881.8855590820312,1004.3142700195312
1.0,4.024,-45019.80859375,881.8855590820312,1004.3142700195312
1.0,4.074,-45019.80859375,881.8855590820312,1004.3142700195312
1.0,4.124,-45218.73828125,881.8854370117188,1004.3137817382812
1.0,4.175,-45039.73828125,881.8853759765625,1004.3136596679688
1.0,4.225,-45039.73828125,881.8853149414062,1004.3134765625
1.0,4.276,-45079.4765625,881.8853149414062,1004.3132934570312
1.0,4.326,-45019.80859375,881.8851928710938,1004.31298828125
1.0,4.377,-45019.80859375,881.8851928710938,1004.31298828125
1.0,4.458,-45019.80859375,881.8851928710938,1004.31298828125
1.0,4.508,-45019.80859375,881.8851928710938,1004.31298828125
1.0,4.561,-45019.80859375,881.8851318359375,1004.3126220703125
1.0,4.611,-45059.66796875,881.885009765625,1004.3123168945312
1.0,4.661,-45059.66796875,881.885009765625,1004.3123168945312
1.0,4.711,-45039.73828125,881.8849487304688,1004.31201171875
1.0,4.761,-45019.80859375,881.8848876953125,1004.3118896484375
1.0,4.812,-45019.80859375,881.8848876953125,1004.3118896484375
1.0,4.862,-45019.80859375,881.8848876953125,1004.3118896484375
1.0,4.912,-45019.80859375,881.8848876953125,1004.3118896484375
1.0,4.962,-45039.73828125,881.884765625,1004.3114013671875
1.0,5.012,-45039.73828125,881.884765625,1004.3111572265625
1.0,5.062,-45039.73828125,881.8847045898438,1004.3110961914062
1.0,5.112,-45039.73828125,881.8846435546875,1004.310791015625
1.0,5.163,-45019.80859375,881.8845825195312,1004.3106689453125
1.0,5.213,-45019.80859375,881.8845825195312,1004.3106689453125
1.0,5.263,-45019.80859375,881.8845825195312,1004.3106689453125
1.0,5.314,-45159.0703125,881.884521484375,1004.3103637695312
1.0,5.367,-45039.73828125,881.884521484375,1004.3102416992188
1.0,5.417,-45039.73828125,881.8843994140625,1004.3099975585938
1.0,5.468,-45039.73828125,881.8843994140625,1004.3098754882812
1.0,5.518,-45039.73828125,881.8843383789062,1004.3096313476562
1.0,5.569,-45019.80859375,881.8843383789062,1004.3095703125
1.0,5.619,-45019.80859375,881.8843383789062,1004.3095703125
1.0,5.669,-45019.80859375,881.8843383789062,1004.3095703125
1.0,5.719,-45179.0,881.8842163085938,1004.3092041015625
1.0,5.772,-45039.73828125,881.8841552734375,1004.30908203125
1.0,5.858,-45039.73828125,881.8841552734375,1004.3088989257812
1.0,5.908,-45039.73828125,881.884033203125,1004.3084106445312
1.0,5.958,-45019.80859375,881.8839721679688,1004.3084106445312
1 rt t x y z
2 0.0 0.0 -3409.5771484375 881.912841796875 1004.4171752929688
3 0.0 0.05 -3421.232177734375 881.912841796875 1004.4171752929688
4 0.0 0.1 -3456.197265625 881.9127807617188 1004.4171142578125
5 0.0 0.151 -3462.00732421875 881.9127807617188 1004.4170532226562
6 0.0 0.201 -3462.00732421875 881.9127807617188 1004.4170532226562
7 0.0 0.251 -3462.00732421875 881.9127807617188 1004.4170532226562
8 0.0 0.301 -3526.127197265625 881.9127807617188 1004.4169311523438
9 0.0 0.351 -3537.7822265625 881.9127807617188 1004.4169311523438
10 0.0 0.402 -3584.402099609375 881.9127197265625 1004.4168090820312
11 0.0 0.452 -3596.05712890625 881.9127197265625 1004.4168090820312
12 0.0 0.505 -3631.022216796875 881.9127197265625 1004.416748046875
13 0.0 0.555 -3631.022216796875 881.9127197265625 1004.416748046875
14 0.0 0.605 -3631.022216796875 881.9127197265625 1004.416748046875
15 0.0 0.655 -3631.022216796875 881.9127197265625 1004.416748046875
16 0.0 0.708 -3706.797119140625 881.9126586914062 1004.4165649414062
17 0.0 0.758 -3741.76220703125 881.9126586914062 1004.41650390625
18 0.0 0.808 -3788.382080078125 881.91259765625 1004.4164428710938
19 0.0 0.859 -3800.037109375 881.91259765625 1004.4163818359375
20 0.0 0.911 -3817.502197265625 881.91259765625 1004.4163818359375
21 0.0 0.961 -3817.502197265625 881.91259765625 1004.4163818359375
22 0.0 1.011 -3817.502197265625 881.91259765625 1004.4163818359375
23 0.0 1.061 -3817.502197265625 881.91259765625 1004.4163818359375
24 0.0 1.111 -3893.277099609375 881.91259765625 1004.4161987304688
25 0.0 1.162 -3916.587158203125 881.9125366210938 1004.4161376953125
26 0.0 1.212 -3957.397216796875 881.9125366210938 1004.4160766601562
27 0.0 1.262 -3986.55224609375 881.9125366210938 1004.416015625
28 0.0 1.315 -3998.20703125 881.9125366210938 1004.416015625
29 0.0 1.365 -3998.20703125 881.9125366210938 1004.416015625
30 0.0 1.415 -3998.20703125 881.9125366210938 1004.416015625
31 0.0 1.465 -4050.70703125 881.9124755859375 1004.4158935546875
32 0.0 1.515 -4079.8271484375 881.9124755859375 1004.4158325195312
33 0.0 1.565 -4108.98193359375 881.9124755859375 1004.415771484375
34 0.0 1.615 -4143.947265625 881.9124145507812 1004.4157104492188
35 0.0 1.665 -4178.912109375 881.9124145507812 1004.4156494140625
36 0.0 1.717 -4184.72216796875 881.9124145507812 1004.4155883789062
37 0.0 1.767 -4184.72216796875 881.9124145507812 1004.4155883789062
38 0.0 1.817 -4184.72216796875 881.9124145507812 1004.4155883789062
39 0.0 1.867 -4243.0322265625 881.912353515625 1004.41552734375
40 0.0 1.917 -4272.15234375 881.912353515625 1004.4154663085938
41 0.0 1.967 -4307.1171875 881.912353515625 1004.4153442382812
42 0.0 2.017 -4353.7373046875 881.912353515625 1004.415283203125
43 0.0 2.067 -4365.39208984375 881.9122924804688 1004.4152221679688
44 0.0 2.118 -4377.046875 881.9122924804688 1004.4152221679688
45 0.0 2.168 -4377.046875 881.9122924804688 1004.4152221679688
46 0.0 2.218 -4377.046875 881.9122924804688 1004.4152221679688
47 0.0 2.268 -4441.2021484375 881.9122924804688 1004.4151000976562
48 0.0 2.318 -4476.1669921875 881.9122314453125 1004.4150390625
49 0.0 2.368 -4493.6669921875 881.9122314453125 1004.4149780273438
50 0.0 2.418 -4540.287109375 881.9122314453125 1004.4149169921875
51 0.0 2.468 -4557.787109375 881.9122314453125 1004.4148559570312
52 0.0 2.52 -4563.59716796875 881.9122314453125 1004.4148559570312
53 0.0 2.57 -4563.59716796875 881.9122314453125 1004.4148559570312
54 0.0 2.62 -4610.251953125 881.9121704101562 1004.4147338867188
55 0.0 2.671 -4633.56201171875 881.9121704101562 1004.4147338867188
56 0.0 2.75 -4668.52685546875 881.9121704101562 1004.4146118164062
57 0.0 2.8 -4703.4921875 881.912109375 1004.41455078125
58 0.0 2.85 -4726.76708984375 881.912109375 1004.4144897460938
59 0.0 2.9 -4726.76708984375 881.912109375 1004.4144897460938
60 0.0 2.95 -4726.76708984375 881.912109375 1004.4144897460938
61 0.0 3.0 -4726.76708984375 881.912109375 1004.4144897460938
62 0.0 3.053 -4779.23193359375 881.912109375 1004.4144287109375
63 0.0 3.103 -4820.0419921875 881.9120483398438 1004.414306640625
64 0.0 3.153 -4831.697265625 881.9120483398438 1004.414306640625
65 0.0 3.204 -4878.31689453125 881.9120483398438 1004.4141845703125
66 0.0 3.254 -4884.126953125 881.9120483398438 1004.4141845703125
67 0.0 3.304 -4884.126953125 881.9120483398438 1004.4141845703125
68 0.0 3.354 -4884.126953125 881.9120483398438 1004.4141845703125
69 0.0 3.404 -4936.591796875 881.9119873046875 1004.4140625
70 0.0 3.454 -4948.2470703125 881.9119873046875 1004.4140625
71 0.0 3.505 -5000.7119140625 881.9119873046875 1004.4139404296875
72 0.0 3.555 -5012.3671875 881.9119873046875 1004.4139404296875
73 0.0 3.605 -5041.48681640625 881.9119262695312 1004.4138793945312
74 0.0 3.655 -5041.48681640625 881.9119262695312 1004.4138793945312
75 0.0 3.705 -5041.48681640625 881.9119262695312 1004.4138793945312
76 0.0 3.755 -5041.48681640625 881.9119262695312 1004.4138793945312
77 0.0 3.807 -5105.60693359375 881.9119262695312 1004.4137573242188
78 0.0 3.857 -5128.9169921875 881.9119262695312 1004.4136962890625
79 0.0 3.907 -5175.537109375 881.911865234375 1004.41357421875
80 0.0 3.957 -5187.19189453125 881.911865234375 1004.41357421875
81 0.0 4.01 -5210.501953125 881.911865234375 1004.4135131835938
82 0.0 4.06 -5210.501953125 881.911865234375 1004.4135131835938
83 0.0 4.11 -5210.501953125 881.911865234375 1004.4135131835938
84 0.0 4.16 -5210.501953125 881.911865234375 1004.4135131835938
85 0.0 4.21 -5286.27685546875 881.9118041992188 1004.4133911132812
86 0.0 4.26 -5321.2421875 881.9118041992188 1004.413330078125
87 0.0 4.314 -5356.20703125 881.9118041992188 1004.4132690429688
88 0.0 4.364 -5385.36181640625 881.9117431640625 1004.4132080078125
89 0.0 4.414 -5391.171875 881.9117431640625 1004.4131469726562
90 0.0 4.464 -5391.171875 881.9117431640625 1004.4131469726562
91 0.0 4.514 -5391.171875 881.9117431640625 1004.4131469726562
92 0.0 4.565 -5443.671875 881.9117431640625 1004.4130859375
93 0.0 4.615 -5472.7919921875 881.9117431640625 1004.4130249023438
94 0.0 4.667 -5496.10205078125 881.9116821289062 1004.4129638671875
95 0.0 4.717 -5531.06689453125 881.9116821289062 1004.4129028320312
96 0.0 4.767 -5560.22216796875 881.9116821289062 1004.412841796875
97 0.0 4.822 -5566.03173828125 881.9116821289062 1004.412841796875
98 0.0 4.872 -5566.03173828125 881.9116821289062 1004.412841796875
99 0.0 4.922 -5566.03173828125 881.9116821289062 1004.412841796875
100 0.0 4.978 -5635.9970703125 881.91162109375 1004.4126586914062
101 0.0 5.028 -5659.30712890625 881.91162109375 1004.4126586914062
102 0.0 5.079 -5694.27197265625 881.91162109375 1004.4125366210938
103 0.0 5.15 -5717.58203125 881.91162109375 1004.4125366210938
104 0.0 5.2 -5740.89208984375 881.9115600585938 1004.4124755859375
105 0.0 5.251 -5740.89208984375 881.9115600585938 1004.4124755859375
106 0.0 5.302 -5740.89208984375 881.9115600585938 1004.4124755859375
107 0.0 5.353 -5787.546875 881.9115600585938 1004.412353515625
108 0.0 5.403 -5828.35693359375 881.9115600585938 1004.4122924804688
109 0.0 5.453 -5840.01171875 881.9114990234375 1004.4122924804688
110 0.0 5.506 -5892.47705078125 881.9114990234375 1004.4121704101562
111 0.0 5.556 -5904.1318359375 881.9114990234375 1004.412109375
112 0.0 5.606 -5915.787109375 881.9114990234375 1004.412109375
113 0.0 5.656 -5915.787109375 881.9114990234375 1004.412109375
114 0.0 5.706 -5915.787109375 881.9114990234375 1004.412109375
115 0.0 5.756 -5974.0966796875 881.9114379882812 1004.4119873046875
116 0.0 5.806 -5985.751953125 881.9114379882812 1004.4119873046875
117 0.0 5.857 -6026.56201171875 881.9114379882812 1004.411865234375
118 0.0 5.907 -6061.52685546875 881.9114379882812 1004.4118041992188
119 0.0 5.957 -6084.8369140625 881.911376953125 1004.4117431640625
120 0.25 0.0 -10118.99609375 881.9092407226562 1004.4036254882812
121 0.25 0.055 -10228.689453125 881.9091796875 1004.4033813476562
122 0.25 0.105 -10279.3056640625 881.9091186523438 1004.4033203125
123 0.25 0.155 -10296.177734375 881.9091186523438 1004.4032592773438
124 0.25 0.205 -10372.126953125 881.9091186523438 1004.403076171875
125 0.25 0.255 -10380.537109375 881.9091186523438 1004.403076171875
126 0.25 0.305 -10380.537109375 881.9091186523438 1004.403076171875
127 0.25 0.356 -10380.537109375 881.9091186523438 1004.403076171875
128 0.25 0.406 -10380.537109375 881.9091186523438 1004.403076171875
129 0.25 0.46 -10490.23046875 881.9090576171875 1004.4028930664062
130 0.25 0.51 -10540.8466796875 881.9089965820312 1004.4027709960938
131 0.25 0.56 -10557.71875 881.9089965820312 1004.4027099609375
132 0.25 0.61 -10625.20703125 881.908935546875 1004.402587890625
133 0.25 0.661 -10650.4892578125 881.908935546875 1004.4025268554688
134 0.25 0.711 -10650.4892578125 881.908935546875 1004.4025268554688
135 0.25 0.761 -10650.4892578125 881.908935546875 1004.4025268554688
136 0.25 0.811 -10718.0283203125 881.908935546875 1004.4024047851562
137 0.25 0.861 -10743.310546875 881.9088745117188 1004.40234375
138 0.25 0.912 -10777.0546875 881.9088745117188 1004.4022827148438
139 0.25 0.962 -10793.9267578125 881.9088745117188 1004.4022216796875
140 0.25 1.012 -10878.287109375 881.9088134765625 1004.402099609375
141 0.25 1.064 -10886.697265625 881.9088134765625 1004.4020385742188
142 0.25 1.114 -10886.697265625 881.9088134765625 1004.4020385742188
143 0.25 1.164 -10886.697265625 881.9088134765625 1004.4020385742188
144 0.25 1.214 -10886.697265625 881.9088134765625 1004.4020385742188
145 0.25 1.268 -11004.8525390625 881.9087524414062 1004.4017944335938
146 0.25 1.318 -11055.4677734375 881.9087524414062 1004.4017333984375
147 0.25 1.368 -11080.8017578125 881.90869140625 1004.4016723632812
148 0.25 1.418 -11131.4169921875 881.90869140625 1004.4015502929688
149 0.25 1.468 -11148.23828125 881.90869140625 1004.4015502929688
150 0.25 1.519 -11148.23828125 881.90869140625 1004.4015502929688
151 0.25 1.569 -11148.23828125 881.90869140625 1004.4015502929688
152 0.25 1.619 -11232.6494140625 881.9086303710938 1004.4013671875
153 0.25 1.67 -11257.931640625 881.9086303710938 1004.4013061523438
154 0.25 1.72 -11308.5478515625 881.9085693359375 1004.4011840820312
155 0.25 1.771 -11333.8818359375 881.9085693359375 1004.401123046875
156 0.25 1.821 -11384.4970703125 881.9085693359375 1004.4010620117188
157 0.25 1.871 -11401.318359375 881.9085693359375 1004.4010009765625
158 0.25 1.921 -11401.318359375 881.9085693359375 1004.4010009765625
159 0.25 1.971 -11401.318359375 881.9085693359375 1004.4010009765625
160 0.25 2.022 -11401.318359375 881.9085693359375 1004.4010009765625
161 0.25 2.072 -11527.9345703125 881.908447265625 1004.4007568359375
162 0.25 2.122 -11561.6787109375 881.908447265625 1004.4006958007812
163 0.25 2.172 -11603.8837890625 881.908447265625 1004.400634765625
164 0.25 2.222 -11671.3720703125 881.9083862304688 1004.4004516601562
165 0.25 2.272 -11688.244140625 881.9083862304688 1004.4004516601562
166 0.25 2.322 -11705.0654296875 881.9083862304688 1004.400390625
167 0.25 2.373 -11705.0654296875 881.9083862304688 1004.400390625
168 0.25 2.423 -11705.0654296875 881.9083862304688 1004.400390625
169 0.25 2.473 -11789.4755859375 881.9083251953125 1004.4002075195312
170 0.25 2.524 -11814.7587890625 881.9083251953125 1004.4002075195312
171 0.25 2.574 -11882.2470703125 881.9082641601562 1004.4000244140625
172 0.25 2.624 -11915.990234375 881.9082641601562 1004.3999633789062
173 0.25 2.674 -11949.734375 881.9082641601562 1004.39990234375
174 0.25 2.725 -11958.1455078125 881.9082641601562 1004.39990234375
175 0.25 2.775 -11958.1455078125 881.9082641601562 1004.39990234375
176 0.25 2.825 -11958.1455078125 881.9082641601562 1004.39990234375
177 0.25 2.876 -12042.5556640625 881.908203125 1004.3997192382812
178 0.25 2.926 -12067.8388671875 881.908203125 1004.399658203125
179 0.25 2.977 -12118.455078125 881.9081420898438 1004.3995971679688
180 0.25 3.028 -12185.9423828125 881.9081420898438 1004.3994140625
181 0.25 3.078 -12228.1474609375 881.9080810546875 1004.3993530273438
182 0.25 3.128 -12236.55859375 881.9080810546875 1004.3993530273438
183 0.25 3.178 -12236.55859375 881.9080810546875 1004.3993530273438
184 0.25 3.228 -12236.55859375 881.9080810546875 1004.3993530273438
185 0.25 3.278 -12312.55859375 881.9080810546875 1004.399169921875
186 0.25 3.329 -12354.712890625 881.9080200195312 1004.3991088867188
187 0.25 3.382 -12396.9189453125 881.9080200195312 1004.3989868164062
188 0.25 3.432 -12430.662109375 881.9080200195312 1004.39892578125
189 0.25 3.482 -12489.740234375 881.907958984375 1004.3988037109375
190 0.25 3.534 -12498.150390625 881.907958984375 1004.3988037109375
191 0.25 3.584 -12498.150390625 881.907958984375 1004.3988037109375
192 0.25 3.654 -12498.150390625 881.907958984375 1004.3988037109375
193 0.25 3.706 -12582.5615234375 881.9078979492188 1004.3986206054688
194 0.25 3.756 -12616.3056640625 881.9078979492188 1004.3985595703125
195 0.25 3.807 -12666.9208984375 881.9078369140625 1004.3984375
196 0.25 3.857 -12700.6650390625 881.9078369140625 1004.3983764648438
197 0.25 3.907 -12751.28125 881.9078369140625 1004.3983154296875
198 0.25 3.96 -12751.28125 881.9078369140625 1004.3983154296875
199 0.25 4.01 -12751.28125 881.9078369140625 1004.3983154296875
200 0.25 4.06 -12751.28125 881.9078369140625 1004.3983154296875
201 0.25 4.11 -12844.1025390625 881.9077758789062 1004.3981323242188
202 0.25 4.16 -12877.8466796875 881.9077758789062 1004.3980102539062
203 0.25 4.211 -12928.462890625 881.90771484375 1004.39794921875
204 0.25 4.261 -12962.2060546875 881.90771484375 1004.3978881835938
205 0.25 4.311 -13012.822265625 881.9076538085938 1004.3977661132812
206 0.25 4.361 -13021.2333984375 881.9076538085938 1004.3977661132812
207 0.25 4.411 -13021.2333984375 881.9076538085938 1004.3977661132812
208 0.25 4.461 -13021.2333984375 881.9076538085938 1004.3977661132812
209 0.25 4.511 -13105.6435546875 881.9076538085938 1004.3975830078125
210 0.25 4.562 -13122.515625 881.9075927734375 1004.3975219726562
211 0.25 4.612 -13198.46484375 881.9075927734375 1004.3973999023438
212 0.25 4.663 -13215.3369140625 881.9075927734375 1004.3973388671875
213 0.25 4.713 -13265.953125 881.9075317382812 1004.3972778320312
214 0.25 4.763 -13274.3642578125 881.9075317382812 1004.397216796875
215 0.25 4.813 -13274.3642578125 881.9075317382812 1004.397216796875
216 0.25 4.863 -13274.3642578125 881.9075317382812 1004.397216796875
217 0.25 4.913 -13358.7744140625 881.907470703125 1004.3970336914062
218 0.25 4.963 -13375.646484375 881.907470703125 1004.3970336914062
219 0.25 5.014 -13451.595703125 881.907470703125 1004.3968505859375
220 0.25 5.064 -13476.9287109375 881.9074096679688 1004.3968505859375
221 0.25 5.114 -13527.494140625 881.9074096679688 1004.396728515625
222 0.25 5.164 -13527.494140625 881.9074096679688 1004.396728515625
223 0.25 5.215 -13527.494140625 881.9074096679688 1004.396728515625
224 0.25 5.265 -13527.494140625 881.9074096679688 1004.396728515625
225 0.25 5.315 -13620.3154296875 881.9073486328125 1004.3965454101562
226 0.25 5.365 -13654.0595703125 881.9073486328125 1004.396484375
227 0.25 5.416 -13704.67578125 881.9072875976562 1004.3963623046875
228 0.25 5.466 -13738.419921875 881.9072875976562 1004.3963012695312
229 0.25 5.516 -13780.57421875 881.9072875976562 1004.3961791992188
230 0.25 5.567 -13780.57421875 881.9072875976562 1004.3961791992188
231 0.25 5.617 -13780.57421875 881.9072875976562 1004.3961791992188
232 0.25 5.667 -13780.57421875 881.9072875976562 1004.3961791992188
233 0.25 5.717 -13864.9853515625 881.9072265625 1004.3960571289062
234 0.25 5.768 -13898.7294921875 881.9072265625 1004.39599609375
235 0.25 5.818 -13949.3447265625 881.9071655273438 1004.3958740234375
236 0.25 5.868 -13966.216796875 881.9071655273438 1004.3958129882812
237 0.25 5.918 -14008.3720703125 881.9071655273438 1004.395751953125
238 0.25 5.968 -14008.3720703125 881.9071655273438 1004.395751953125
239 0.5 0.0 -19904.896484375 881.9039916992188 1004.3837890625
240 0.5 0.063 -19953.958984375 881.9039306640625 1004.3837280273438
241 0.5 0.113 -19990.71875 881.9039306640625 1004.3836669921875
242 0.5 0.164 -19990.71875 881.9039306640625 1004.3836669921875
243 0.5 0.215 -19990.71875 881.9039306640625 1004.3836669921875
244 0.5 0.265 -19990.71875 881.9039306640625 1004.3836669921875
245 0.5 0.316 -20150.20703125 881.9038696289062 1004.38330078125
246 0.5 0.366 -20174.73828125 881.90380859375 1004.38330078125
247 0.5 0.416 -20260.6328125 881.90380859375 1004.3831176757812
248 0.5 0.467 -20309.6953125 881.9037475585938 1004.3829956054688
249 0.5 0.517 -20346.455078125 881.9037475585938 1004.3829345703125
250 0.5 0.567 -20346.455078125 881.9037475585938 1004.3829345703125
251 0.5 0.62 -20346.455078125 881.9037475585938 1004.3829345703125
252 0.5 0.67 -20346.455078125 881.9037475585938 1004.3829345703125
253 0.5 0.72 -20505.943359375 881.9036865234375 1004.3826293945312
254 0.5 0.771 -20530.474609375 881.9036254882812 1004.382568359375
255 0.5 0.821 -20616.369140625 881.9036254882812 1004.3823852539062
256 0.5 0.871 -20689.962890625 881.903564453125 1004.3822021484375
257 0.5 0.921 -20738.951171875 881.903564453125 1004.3821411132812
258 0.5 0.971 -20738.951171875 881.903564453125 1004.3821411132812
259 0.5 1.021 -20738.951171875 881.903564453125 1004.3821411132812
260 0.5 1.071 -20738.951171875 881.903564453125 1004.3821411132812
261 0.5 1.124 -20886.2109375 881.9034423828125 1004.3818359375
262 0.5 1.174 -20935.2734375 881.9034423828125 1004.3817138671875
263 0.5 1.225 -21033.396484375 881.9033813476562 1004.3815307617188
264 0.5 1.275 -21057.927734375 881.9033813476562 1004.3814697265625
265 0.5 1.325 -21106.916015625 881.9033203125 1004.3814086914062
266 0.5 1.375 -21106.916015625 881.9033203125 1004.3814086914062
267 0.5 1.427 -21106.916015625 881.9033203125 1004.3814086914062
268 0.5 1.477 -21106.916015625 881.9033203125 1004.3814086914062
269 0.5 1.527 -21266.404296875 881.9032592773438 1004.3810424804688
270 0.5 1.577 -21327.76953125 881.9031982421875 1004.3809204101562
271 0.5 1.627 -21401.361328125 881.9031982421875 1004.3807983398438
272 0.5 1.678 -21425.892578125 881.9031372070312 1004.3807373046875
273 0.5 1.728 -21487.18359375 881.9031372070312 1004.380615234375
274 0.5 1.778 -21487.18359375 881.9031372070312 1004.380615234375
275 0.5 1.828 -21487.18359375 881.9031372070312 1004.380615234375
276 0.5 1.878 -21487.18359375 881.9031372070312 1004.380615234375
277 0.5 1.93 -21622.140625 881.903076171875 1004.3803100585938
278 0.5 1.98 -21658.974609375 881.9030151367188 1004.3802490234375
279 0.5 2.061 -21732.56640625 881.9030151367188 1004.380126953125
280 0.5 2.111 -21793.857421875 881.9029541015625 1004.3800048828125
281 0.5 2.162 -21806.0859375 881.9029541015625 1004.3799438476562
282 0.5 2.212 -21806.0859375 881.9029541015625 1004.3799438476562
283 0.5 2.262 -21806.0859375 881.9029541015625 1004.3799438476562
284 0.5 2.312 -21916.513671875 881.9028930664062 1004.3797607421875
285 0.5 2.365 -21941.04296875 881.9028930664062 1004.3796997070312
286 0.5 2.415 -22051.470703125 881.90283203125 1004.3794555664062
287 0.5 2.466 -22051.470703125 881.90283203125 1004.3794555664062
288 0.5 2.516 -22149.59375 881.9027709960938 1004.3792724609375
289 0.5 2.566 -22161.822265625 881.9027709960938 1004.3792114257812
290 0.5 2.616 -22161.822265625 881.9027709960938 1004.3792114257812
291 0.5 2.667 -22161.822265625 881.9027709960938 1004.3792114257812
292 0.5 2.717 -22309.08203125 881.9027099609375 1004.37890625
293 0.5 2.769 -22333.61328125 881.9026489257812 1004.37890625
294 0.5 2.819 -22431.73828125 881.9026489257812 1004.378662109375
295 0.5 2.87 -22456.267578125 881.902587890625 1004.378662109375
296 0.5 2.92 -22554.392578125 881.902587890625 1004.37841796875
297 0.5 2.973 -22554.392578125 881.902587890625 1004.37841796875
298 0.5 3.023 -22554.392578125 881.902587890625 1004.37841796875
299 0.5 3.075 -22554.392578125 881.902587890625 1004.37841796875
300 0.5 3.125 -22701.65234375 881.9024658203125 1004.3781127929688
301 0.5 3.176 -22726.18359375 881.9024658203125 1004.3781127929688
302 0.5 3.261 -22824.306640625 881.9024047851562 1004.3778686523438
303 0.5 3.311 -22897.900390625 881.9024047851562 1004.3777465820312
304 0.5 3.362 -22922.357421875 881.90234375 1004.377685546875
305 0.5 3.412 -22922.357421875 881.90234375 1004.377685546875
306 0.5 3.462 -22922.357421875 881.90234375 1004.377685546875
307 0.5 3.512 -23032.857421875 881.9022827148438 1004.37744140625
308 0.5 3.567 -23069.6171875 881.9022827148438 1004.3773803710938
309 0.5 3.617 -23143.2109375 881.9022216796875 1004.3772583007812
310 0.5 3.668 -23192.271484375 881.9022216796875 1004.3771362304688
311 0.5 3.718 -23241.333984375 881.9022216796875 1004.3770751953125
312 0.5 3.768 -23265.791015625 881.9021606445312 1004.3770141601562
313 0.5 3.818 -23265.791015625 881.9021606445312 1004.3770141601562
314 0.5 3.868 -23265.791015625 881.9021606445312 1004.3770141601562
315 0.5 3.919 -23265.791015625 881.9021606445312 1004.3770141601562
316 0.5 3.969 -23413.125 881.902099609375 1004.376708984375
317 0.5 4.02 -23486.716796875 881.9020385742188 1004.3765258789062
318 0.5 4.07 -23548.08203125 881.9020385742188 1004.3764038085938
319 0.5 4.12 -23621.67578125 881.9019775390625 1004.3762817382812
320 0.5 4.17 -23670.736328125 881.9019775390625 1004.3761596679688
321 0.5 4.221 -23695.193359375 881.9019775390625 1004.3761596679688
322 0.5 4.271 -23695.193359375 881.9019775390625 1004.3761596679688
323 0.5 4.321 -23695.193359375 881.9019775390625 1004.3761596679688
324 0.5 4.371 -23695.193359375 881.9019775390625 1004.3761596679688
325 0.5 4.421 -23891.515625 881.90185546875 1004.375732421875
326 0.5 4.471 -23916.046875 881.90185546875 1004.3756713867188
327 0.5 4.521 -23989.640625 881.9017944335938 1004.3755493164062
328 0.5 4.571 -24038.701171875 881.9017333984375 1004.3754272460938
329 0.5 4.622 -24087.689453125 881.9017333984375 1004.3753662109375
330 0.5 4.672 -24087.689453125 881.9017333984375 1004.3753662109375
331 0.5 4.723 -24087.689453125 881.9017333984375 1004.3753662109375
332 0.5 4.773 -24087.689453125 881.9017333984375 1004.3753662109375
333 0.5 4.824 -24234.94921875 881.9016723632812 1004.3750610351562
334 0.5 4.874 -24259.48046875 881.9016723632812 1004.375
335 0.5 4.925 -24357.60546875 881.901611328125 1004.3748168945312
336 0.5 4.975 -24394.4375 881.9015502929688 1004.3746948242188
337 0.5 5.025 -24455.728515625 881.9015502929688 1004.3745727539062
338 0.5 5.076 -24455.728515625 881.9015502929688 1004.3745727539062
339 0.5 5.126 -24455.728515625 881.9015502929688 1004.3745727539062
340 0.5 5.177 -24455.728515625 881.9015502929688 1004.3745727539062
341 0.5 5.227 -24602.98828125 881.9014892578125 1004.3743286132812
342 0.5 5.278 -24664.353515625 881.9014282226562 1004.3742065429688
343 0.5 5.361 -24737.9453125 881.9013671875 1004.3740234375
344 0.5 5.414 -24811.5390625 881.9013671875 1004.3739013671875
345 0.5 5.464 -24848.298828125 881.9013061523438 1004.373779296875
346 0.5 5.517 -24885.130859375 881.9013061523438 1004.3737182617188
347 0.5 5.567 -24885.130859375 881.9013061523438 1004.3737182617188
348 0.5 5.618 -24885.130859375 881.9013061523438 1004.3737182617188
349 0.5 5.668 -24885.130859375 881.9013061523438 1004.3737182617188
350 0.5 5.718 -25044.619140625 881.9012451171875 1004.3734130859375
351 0.5 5.768 -25093.681640625 881.9011840820312 1004.373291015625
352 0.5 5.818 -25167.275390625 881.9011840820312 1004.3731689453125
353 0.5 5.869 -25228.638671875 881.901123046875 1004.373046875
354 0.5 5.919 -25289.9296875 881.901123046875 1004.3729248046875
355 0.5 5.969 -25289.9296875 881.901123046875 1004.3729248046875
356 0.75 0.0 -32630.017578125 881.8971557617188 1004.3580932617188
357 0.75 0.056 -32630.017578125 881.8971557617188 1004.3580932617188
358 0.75 0.109 -32630.017578125 881.8971557617188 1004.3580932617188
359 0.75 0.167 -32630.017578125 881.8971557617188 1004.3580932617188
360 0.75 0.217 -32806.5 881.8970336914062 1004.3577270507812
361 0.75 0.267 -32870.66015625 881.8970336914062 1004.3576049804688
362 0.75 0.317 -33031.1484375 881.8969116210938 1004.3572387695312
363 0.75 0.368 -33063.23046875 881.8969116210938 1004.357177734375
364 0.75 0.421 -33111.30078125 881.8969116210938 1004.3571166992188
365 0.75 0.471 -33111.30078125 881.8969116210938 1004.3571166992188
366 0.75 0.521 -33111.30078125 881.8969116210938 1004.3571166992188
367 0.75 0.571 -33111.30078125 881.8969116210938 1004.3571166992188
368 0.75 0.624 -33255.703125 881.8967895507812 1004.3568115234375
369 0.75 0.674 -33368.02734375 881.8967895507812 1004.3565673828125
370 0.75 0.724 -33464.265625 881.896728515625 1004.3563842773438
371 0.75 0.774 -33528.421875 881.8966674804688 1004.3562622070312
372 0.75 0.827 -33576.4921875 881.8966674804688 1004.3561401367188
373 0.75 0.877 -33576.4921875 881.8966674804688 1004.3561401367188
374 0.75 0.929 -33576.4921875 881.8966674804688 1004.3561401367188
375 0.75 0.979 -33736.984375 881.8965454101562 1004.3558349609375
376 0.75 1.029 -33785.0546875 881.8965454101562 1004.355712890625
377 0.75 1.079 -33897.37890625 881.896484375 1004.3555297851562
378 0.75 1.129 -33993.6171875 881.8964233398438 1004.3552856445312
379 0.75 1.179 -34025.6953125 881.8964233398438 1004.355224609375
380 0.75 1.23 -34041.6875 881.8964233398438 1004.355224609375
381 0.75 1.28 -34041.6875 881.8964233398438 1004.355224609375
382 0.75 1.33 -34041.6875 881.8964233398438 1004.355224609375
383 0.75 1.381 -34202.1796875 881.8963012695312 1004.3549194335938
384 0.75 1.431 -34282.328125 881.896240234375 1004.354736328125
385 0.75 1.482 -34330.4921875 881.896240234375 1004.3546142578125
386 0.75 1.532 -34426.73046875 881.8961791992188 1004.3544311523438
387 0.75 1.582 -34458.80859375 881.8961791992188 1004.3543701171875
388 0.75 1.632 -34474.80078125 881.8961791992188 1004.3543090820312
389 0.75 1.682 -34474.80078125 881.8961791992188 1004.3543090820312
390 0.75 1.732 -34474.80078125 881.8961791992188 1004.3543090820312
391 0.75 1.785 -34635.29296875 881.8960571289062 1004.35400390625
392 0.75 1.867 -34715.5390625 881.8960571289062 1004.3538208007812
393 0.75 1.917 -34811.7734375 881.89599609375 1004.3536376953125
394 0.75 1.967 -34859.84375 881.8959350585938 1004.3535766601562
395 0.75 2.018 -34859.84375 881.8959350585938 1004.3535766601562
396 0.75 2.069 -34859.84375 881.8959350585938 1004.3535766601562
397 0.75 2.119 -34859.84375 881.8959350585938 1004.3535766601562
398 0.75 2.172 -35004.25 881.8958740234375 1004.353271484375
399 0.75 2.228 -35132.66015625 881.8958129882812 1004.35302734375
400 0.75 2.278 -35196.8203125 881.895751953125 1004.3528442382812
401 0.75 2.328 -35276.96875 881.895751953125 1004.3527221679688
402 0.75 2.381 -35292.9609375 881.895751953125 1004.3526611328125
403 0.75 2.431 -35292.9609375 881.895751953125 1004.3526611328125
404 0.75 2.481 -35292.9609375 881.895751953125 1004.3526611328125
405 0.75 2.531 -35469.44140625 881.8956298828125 1004.352294921875
406 0.75 2.581 -35469.44140625 881.8956298828125 1004.352294921875
407 0.75 2.632 -35597.7578125 881.8955688476562 1004.35205078125
408 0.75 2.682 -35661.91796875 881.8955078125 1004.3519287109375
409 0.75 2.732 -35742.06640625 881.8955078125 1004.3517456054688
410 0.75 2.782 -35758.05859375 881.8954467773438 1004.3517456054688
411 0.75 2.832 -35758.05859375 881.8954467773438 1004.3517456054688
412 0.75 2.882 -35758.05859375 881.8954467773438 1004.3517456054688
413 0.75 2.935 -35950.62890625 881.8953857421875 1004.351318359375
414 0.75 2.985 -35982.70703125 881.8953857421875 1004.3512573242188
415 0.75 3.067 -36078.9453125 881.8953247070312 1004.35107421875
416 0.75 3.117 -36191.171875 881.895263671875 1004.350830078125
417 0.75 3.168 -36207.1640625 881.895263671875 1004.350830078125
418 0.75 3.218 -36207.1640625 881.895263671875 1004.350830078125
419 0.75 3.268 -36207.1640625 881.895263671875 1004.350830078125
420 0.75 3.32 -36367.65625 881.8951416015625 1004.3505249023438
421 0.75 3.37 -36367.65625 881.8951416015625 1004.3505249023438
422 0.75 3.421 -36528.05078125 881.8950805664062 1004.3501586914062
423 0.75 3.472 -36560.12890625 881.89501953125 1004.35009765625
424 0.75 3.522 -36672.453125 881.8949584960938 1004.349853515625
425 0.75 3.572 -36688.4453125 881.8949584960938 1004.349853515625
426 0.75 3.628 -36688.4453125 881.8949584960938 1004.349853515625
427 0.75 3.678 -36688.4453125 881.8949584960938 1004.349853515625
428 0.75 3.728 -36848.9375 881.8948974609375 1004.3495483398438
429 0.75 3.778 -36881.015625 881.8948974609375 1004.3494262695312
430 0.75 3.828 -36977.25390625 881.8948364257812 1004.3492431640625
431 0.75 3.878 -37041.41015625 881.894775390625 1004.34912109375
432 0.75 3.928 -37105.56640625 881.894775390625 1004.3489990234375
433 0.75 3.979 -37121.55859375 881.894775390625 1004.3489379882812
434 0.75 4.029 -37121.55859375 881.894775390625 1004.3489379882812
435 0.75 4.079 -37121.55859375 881.894775390625 1004.3489379882812
436 0.75 4.129 -37281.953125 881.8946533203125 1004.3486328125
437 0.75 4.179 -37281.953125 881.8946533203125 1004.3486328125
438 0.75 4.23 -37410.26953125 881.8945922851562 1004.348388671875
439 0.75 4.28 -37474.4296875 881.89453125 1004.3482666015625
440 0.75 4.33 -37554.578125 881.89453125 1004.3480834960938
441 0.75 4.382 -37570.5703125 881.89453125 1004.3480834960938
442 0.75 4.432 -37570.5703125 881.89453125 1004.3480834960938
443 0.75 4.482 -37570.5703125 881.89453125 1004.3480834960938
444 0.75 4.532 -37714.97265625 881.8944091796875 1004.3477783203125
445 0.75 4.582 -37763.140625 881.8944091796875 1004.34765625
446 0.75 4.632 -37859.375 881.8943481445312 1004.3474731445312
447 0.75 4.682 -37907.54296875 881.8943481445312 1004.3473510742188
448 0.75 4.732 -37987.69140625 881.894287109375 1004.3472290039062
449 0.75 4.783 -37987.69140625 881.894287109375 1004.3472290039062
450 0.75 4.834 -37987.69140625 881.894287109375 1004.3472290039062
451 0.75 4.884 -37987.69140625 881.894287109375 1004.3472290039062
452 0.75 4.937 -38116.0078125 881.8942260742188 1004.3469848632812
453 0.75 4.987 -38196.25390625 881.8941650390625 1004.3468017578125
454 0.75 5.037 -38324.5703125 881.8941040039062 1004.3465576171875
455 0.75 5.088 -38404.81640625 881.89404296875 1004.3463745117188
456 0.75 5.138 -38420.80859375 881.89404296875 1004.3463134765625
457 0.75 5.189 -38420.80859375 881.89404296875 1004.3463134765625
458 0.75 5.239 -38420.80859375 881.89404296875 1004.3463134765625
459 0.75 5.289 -38549.21875 881.8939819335938 1004.3460693359375
460 0.75 5.367 -38629.3671875 881.8939208984375 1004.345947265625
461 0.75 5.417 -38741.69140625 881.8938598632812 1004.345703125
462 0.75 5.467 -38773.7734375 881.8938598632812 1004.3456420898438
463 0.75 5.517 -38886.09765625 881.893798828125 1004.3453979492188
464 0.75 5.567 -38886.09765625 881.893798828125 1004.3453979492188
465 0.75 5.618 -38886.09765625 881.893798828125 1004.3453979492188
466 0.75 5.668 -38886.09765625 881.893798828125 1004.3453979492188
467 0.75 5.722 -39046.58984375 881.8937377929688 1004.3450927734375
468 0.75 5.772 -39110.74609375 881.8936767578125 1004.344970703125
469 0.75 5.822 -39255.1484375 881.8936157226562 1004.3446655273438
470 0.75 5.873 -39335.39453125 881.8935546875 1004.344482421875
471 0.75 5.923 -39367.37890625 881.8935546875 1004.3444213867188
472 0.75 5.973 -39367.37890625 881.8935546875 1004.3444213867188
473 1.0 0.0 -45039.73828125 881.888671875 1004.3260498046875
474 1.0 0.05 -45039.73828125 881.8886108398438 1004.3258666992188
475 1.0 0.101 -45039.73828125 881.8886108398438 1004.3258056640625
476 1.0 0.158 -45039.73828125 881.8886108398438 1004.3258056640625
477 1.0 0.208 -45039.73828125 881.8886108398438 1004.3258056640625
478 1.0 0.259 -45019.80859375 881.8884887695312 1004.325439453125
479 1.0 0.309 -45039.73828125 881.888427734375 1004.3251953125
480 1.0 0.359 -45039.73828125 881.888427734375 1004.3251342773438
481 1.0 0.409 -45039.73828125 881.8883666992188 1004.3247680664062
482 1.0 0.459 -45019.80859375 881.8883056640625 1004.3247680664062
483 1.0 0.511 -45019.80859375 881.8883056640625 1004.3247680664062
484 1.0 0.561 -45019.80859375 881.8883056640625 1004.3247680664062
485 1.0 0.611 -45019.80859375 881.88818359375 1004.3243408203125
486 1.0 0.661 -45039.73828125 881.88818359375 1004.32421875
487 1.0 0.711 -45039.73828125 881.8881225585938 1004.3239135742188
488 1.0 0.761 -45039.73828125 881.8880615234375 1004.3238525390625
489 1.0 0.811 -45039.73828125 881.8880004882812 1004.3236083984375
490 1.0 0.863 -45019.80859375 881.8880004882812 1004.3235473632812
491 1.0 0.914 -45019.80859375 881.8880004882812 1004.3235473632812
492 1.0 0.964 -45019.80859375 881.8880004882812 1004.3235473632812
493 1.0 1.014 -45019.80859375 881.8878784179688 1004.3231201171875
494 1.0 1.065 -45039.73828125 881.8878784179688 1004.322998046875
495 1.0 1.115 -45039.73828125 881.8878173828125 1004.32275390625
496 1.0 1.165 -45039.73828125 881.8877563476562 1004.3225708007812
497 1.0 1.216 -45019.80859375 881.8876953125 1004.3224487304688
498 1.0 1.266 -45019.80859375 881.8876953125 1004.3224487304688
499 1.0 1.316 -45019.80859375 881.8876953125 1004.3224487304688
500 1.0 1.366 -45019.80859375 881.8876953125 1004.3224487304688
501 1.0 1.416 -45059.66796875 881.8875732421875 1004.3219604492188
502 1.0 1.466 -45039.73828125 881.8875122070312 1004.32177734375
503 1.0 1.516 -45039.73828125 881.887451171875 1004.3214721679688
504 1.0 1.567 -45039.73828125 881.887451171875 1004.3213500976562
505 1.0 1.618 -45039.73828125 881.8873901367188 1004.3212890625
506 1.0 1.668 -45039.73828125 881.8873901367188 1004.3212890625
507 1.0 1.718 -45039.73828125 881.8873901367188 1004.3212890625
508 1.0 1.771 -45039.73828125 881.8873291015625 1004.3209228515625
509 1.0 1.821 -45039.73828125 881.8872680664062 1004.3207397460938
510 1.0 1.871 -45039.73828125 881.8872680664062 1004.3206787109375
511 1.0 1.921 -45039.73828125 881.8871459960938 1004.3203125
512 1.0 1.971 -45039.73828125 881.8871459960938 1004.3201904296875
513 1.0 2.022 -45039.73828125 881.8871459960938 1004.3201904296875
514 1.0 2.072 -45039.73828125 881.8871459960938 1004.3201904296875
515 1.0 2.122 -45039.73828125 881.8871459960938 1004.3201904296875
516 1.0 2.173 -45059.66796875 881.8870239257812 1004.3197021484375
517 1.0 2.223 -45039.73828125 881.8869018554688 1004.3194580078125
518 1.0 2.273 -45039.73828125 881.8869018554688 1004.3193969726562
519 1.0 2.323 -45039.73828125 881.8868408203125 1004.3191528320312
520 1.0 2.373 -45059.66796875 881.8867797851562 1004.3190307617188
521 1.0 2.424 -45059.66796875 881.8867797851562 1004.3190307617188
522 1.0 2.474 -45059.66796875 881.8867797851562 1004.3190307617188
523 1.0 2.524 -45179.0 881.88671875 1004.3186645507812
524 1.0 2.575 -45039.73828125 881.8866577148438 1004.3185424804688
525 1.0 2.625 -45039.73828125 881.8865966796875 1004.3182983398438
526 1.0 2.678 -45059.66796875 881.8865356445312 1004.3180541992188
527 1.0 2.728 -45039.73828125 881.886474609375 1004.31787109375
528 1.0 2.778 -45019.80859375 881.886474609375 1004.3178100585938
529 1.0 2.86 -45019.80859375 881.886474609375 1004.3178100585938
530 1.0 2.91 -45019.80859375 881.886474609375 1004.3178100585938
531 1.0 2.96 -45019.80859375 881.8863525390625 1004.3173828125
532 1.0 3.01 -45039.73828125 881.8862915039062 1004.317138671875
533 1.0 3.06 -45039.73828125 881.8862915039062 1004.317138671875
534 1.0 3.11 -45039.73828125 881.88623046875 1004.3167724609375
535 1.0 3.16 -45019.80859375 881.8861694335938 1004.316650390625
536 1.0 3.211 -45019.80859375 881.8861694335938 1004.316650390625
537 1.0 3.261 -45019.80859375 881.8861694335938 1004.316650390625
538 1.0 3.311 -45019.80859375 881.8861694335938 1004.316650390625
539 1.0 3.364 -45019.80859375 881.8861083984375 1004.3162841796875
540 1.0 3.414 -45039.73828125 881.885986328125 1004.3159790039062
541 1.0 3.464 -45039.73828125 881.885986328125 1004.31591796875
542 1.0 3.514 -45039.73828125 881.8859252929688 1004.3156127929688
543 1.0 3.565 -45019.80859375 881.8858642578125 1004.3155517578125
544 1.0 3.616 -45019.80859375 881.8858642578125 1004.3155517578125
545 1.0 3.666 -45019.80859375 881.8858642578125 1004.3155517578125
546 1.0 3.716 -45218.73828125 881.8857421875 1004.3151245117188
547 1.0 3.767 -45039.73828125 881.8857421875 1004.3150024414062
548 1.0 3.817 -45039.73828125 881.8856811523438 1004.3147583007812
549 1.0 3.867 -45039.73828125 881.8856811523438 1004.3146362304688
550 1.0 3.918 -45039.73828125 881.8855590820312 1004.3142700195312
551 1.0 3.968 -45019.80859375 881.8855590820312 1004.3142700195312
552 1.0 4.024 -45019.80859375 881.8855590820312 1004.3142700195312
553 1.0 4.074 -45019.80859375 881.8855590820312 1004.3142700195312
554 1.0 4.124 -45218.73828125 881.8854370117188 1004.3137817382812
555 1.0 4.175 -45039.73828125 881.8853759765625 1004.3136596679688
556 1.0 4.225 -45039.73828125 881.8853149414062 1004.3134765625
557 1.0 4.276 -45079.4765625 881.8853149414062 1004.3132934570312
558 1.0 4.326 -45019.80859375 881.8851928710938 1004.31298828125
559 1.0 4.377 -45019.80859375 881.8851928710938 1004.31298828125
560 1.0 4.458 -45019.80859375 881.8851928710938 1004.31298828125
561 1.0 4.508 -45019.80859375 881.8851928710938 1004.31298828125
562 1.0 4.561 -45019.80859375 881.8851318359375 1004.3126220703125
563 1.0 4.611 -45059.66796875 881.885009765625 1004.3123168945312
564 1.0 4.661 -45059.66796875 881.885009765625 1004.3123168945312
565 1.0 4.711 -45039.73828125 881.8849487304688 1004.31201171875
566 1.0 4.761 -45019.80859375 881.8848876953125 1004.3118896484375
567 1.0 4.812 -45019.80859375 881.8848876953125 1004.3118896484375
568 1.0 4.862 -45019.80859375 881.8848876953125 1004.3118896484375
569 1.0 4.912 -45019.80859375 881.8848876953125 1004.3118896484375
570 1.0 4.962 -45039.73828125 881.884765625 1004.3114013671875
571 1.0 5.012 -45039.73828125 881.884765625 1004.3111572265625
572 1.0 5.062 -45039.73828125 881.8847045898438 1004.3110961914062
573 1.0 5.112 -45039.73828125 881.8846435546875 1004.310791015625
574 1.0 5.163 -45019.80859375 881.8845825195312 1004.3106689453125
575 1.0 5.213 -45019.80859375 881.8845825195312 1004.3106689453125
576 1.0 5.263 -45019.80859375 881.8845825195312 1004.3106689453125
577 1.0 5.314 -45159.0703125 881.884521484375 1004.3103637695312
578 1.0 5.367 -45039.73828125 881.884521484375 1004.3102416992188
579 1.0 5.417 -45039.73828125 881.8843994140625 1004.3099975585938
580 1.0 5.468 -45039.73828125 881.8843994140625 1004.3098754882812
581 1.0 5.518 -45039.73828125 881.8843383789062 1004.3096313476562
582 1.0 5.569 -45019.80859375 881.8843383789062 1004.3095703125
583 1.0 5.619 -45019.80859375 881.8843383789062 1004.3095703125
584 1.0 5.669 -45019.80859375 881.8843383789062 1004.3095703125
585 1.0 5.719 -45179.0 881.8842163085938 1004.3092041015625
586 1.0 5.772 -45039.73828125 881.8841552734375 1004.30908203125
587 1.0 5.858 -45039.73828125 881.8841552734375 1004.3088989257812
588 1.0 5.908 -45039.73828125 881.884033203125 1004.3084106445312
589 1.0 5.958 -45019.80859375 881.8839721679688 1004.3084106445312

View File

@@ -261,3 +261,45 @@ not discriminate lerp-versus-switch, because at half throttle the craft only rea
this probe's noise. this probe's noise.
Raw samples: [`captures/turn-law-settled.csv`](captures/turn-law-settled.csv). Raw samples: [`captures/turn-law-settled.csv`](captures/turn-law-settled.csv).
---
# The linear discrepancy is real, and it is between WORLD units and DISPLAYED speed
Last section removed the "time base" explanation by showing settled *angular* rates
match the definition exactly. That leaves the linear side, and the HUD settles it:
screenshotting the speed readout at each throttle step, next to the position-derived
measurement of the same moment
([`captures/throttle-curve-hud.csv`](captures/throttle-curve-hud.csv)):
| `RT` | HUD readout | position-derived | ratio |
|---|---|---|---|
| 0.00 | **350** (= `CruisingVelocity`) | ~447 | 1.28 |
| 0.25 | **507** | ~652 | 1.29 |
| 0.75 | **963** | ~1 141 | 1.19 |
Two things follow.
* **The HUD speaks the definition's language.** It reads exactly `CruisingVelocity`
at neutral and climbs toward `MaximumVelocity` as the trigger is pressed — 963 at
three-quarters, against the 987 the interpolation predicts. So the throttle law
stated above is confirmed in the game's *own* units, independent of any position
sampling.
* **World displacement runs ~1.2× the displayed speed.** Since the angular rates
need no such factor, this is not a clock effect: it is a **unit difference between
the position triple and the velocity fields**. A reimplementation that places
entities in world coordinates and moves them at `MaximumVelocity` will be ~20 %
slow.
🟡 The ratio is 1.191.29 across the three points rather than a clean constant, and
every sample was taken in a firefight where the craft is also being pushed. Pinning
it exactly wants a quiet map or a scripted straight run; the *existence and rough
size* of the factor is what these measurements support.
**A methodological note worth keeping.** This line of work went: hold a trigger →
"three target speeds" → analogue interpolation → an unexplained 1.2× → "time base"
→ withdrawn → a *unit* difference confined to the linear side. Every step came from
one of two moves: **let a held input vary** (the trigger's analogue range), or
**bring in an independent oracle** (the HUD, the definitions, a longer settle). The
wrong turn — the time base — came from explaining a number instead of first
measuring the same quantity a second, cleaner way.

View File

@@ -19,13 +19,29 @@ sys.path.insert(0, os.path.dirname(os.path.abspath(__file__)))
import gworld, entities2 import gworld, entities2
def find_player(retries=8): def find_player(retries=8):
"""Lock onto the player object that is actually FLYING.
A mission holds more than one `*_Player` object — `entities2 list` shows two —
and at least one of them never moves. Taking the first match locks onto that
one, and then every probe reads a speed of exactly 0 while the game is visibly
flying (and the HUD keeps reading 350). So sample each candidate twice and keep
the one that displaces."""
for _ in range(retries): for _ in range(retries):
w = gworld.World() w = gworld.World()
defs = entities2.definitions(w) defs = entities2.definitions(w)
movers = entities2.moving(w.fd, w.size) movers = entities2.moving(w.fd, w.size)
for off, nm, pos, sp in entities2.typed(w.fd, defs, movers, 0x130): cands = [(off, nm) for off, nm, _, _ in entities2.typed(w.fd, defs, movers, 0x130)
if nm.endswith("_Player"): if nm.endswith("_Player")]
return w, off, nm best = None
for off, nm in cands:
a = pos_at(w.fd, off)
time.sleep(0.3)
b = pos_at(w.fd, off)
d = sum((b[i] - a[i]) ** 2 for i in range(3)) ** 0.5
if best is None or d > best[0]:
best = (d, off, nm)
if best and best[0] > 0.5:
return w, best[1], best[2]
time.sleep(2) time.sleep(2)
return None, None, None return None, None, None

View File

@@ -34,7 +34,12 @@ def main():
for v in (0.0, 0.25, 0.5, 0.75, 1.0): for v in (0.0, 0.25, 0.5, 0.75, 1.0):
pad("trig", "RT", "0.0"); pad("trig", "LT", "0.0") pad("trig", "RT", "0.0"); pad("trig", "LT", "0.0")
pad("trig", axis, str(v)) pad("trig", axis, str(v))
time.sleep(2.5) # let the speed converge before sampling time.sleep(6.0) # settle: 5 s+ is what the turn-rate fix showed is needed
# Screenshot the HUD at the settled speed: its readout is in the
# DEFINITION's unit (it shows 350 at neutral = CruisingVelocity), so it is
# the ground truth the position-derived number has to be compared against.
subprocess.run(["screenshot", f"/sylph-home/re/shots/hud_{axis}_{v}.png"],
capture_output=True)
seq, t0 = [], time.time() seq, t0 = [], time.time()
while time.time() - t0 < dwell: while time.time() - t0 < dwell:
seq.append((round(time.time() - t0, 3), *speed_law.pos_at(w.fd, off))) seq.append((round(time.time() - t0, 3), *speed_law.pos_at(w.fd, off)))