function initGlobals108() { } function main176() { initGlobals108(); init_test164(); } function config403() { } function init_test164() { local real v_x134 local real v_y662 local real this_x130 local real this_y392 local real ang_radians685 local real dist953 local real this_x402 local real this_y210 local real v_x569 local real v_y124 local real this_radians673 local real len168 local real tuple_temp154 local real tuple_temp179 local real tuple_temp210 local real tuple_temp145 local real tuple_temp726 local real tuple_temp119 local real tuple_temp870 local real tuple_temp453 local real tuple_temp139 local real tuple_temp170 local real tuple_temp118 local real tuple_temp402 tuple_temp_154 = 1.; tuple_temp_179 = 2.; v_x_134 = tuple_temp_154; v_y_662 = tuple_temp_179; tuple_temp_210 = v_x_134; tuple_temp_145 = v_y_662; this_x_130 = tuple_temp_210; this_y_392 = tuple_temp_145; tuple_temp_726 = 1.5708; ang_radians_685 = tuple_temp_726; dist_953 = 10.; tuple_temp_119 = this_x_130; tuple_temp_870 = this_y_392; this_x_402 = tuple_temp_119; this_y_210 = tuple_temp_870; tuple_temp_453 = ang_radians_685; this_radians_673 = tuple_temp_453; len_168 = dist_953; tuple_temp_139 = (Cos159(this_radians_673) * len_168); tuple_temp_170 = (Sin148(this_radians_673) * len_168); v_x_569 = tuple_temp_139; v_y_124 = tuple_temp_170; tuple_temp_118 = (this_x_402 + v_x_569); tuple_temp_402 = (this_y_210 + v_y_124); v_x_134 = tuple_temp_118; v_y_662 = tuple_temp_402; if ((((v_x_134 >= 0.99) and (v_x_134 <= 1.01)) and (v_y_662 >= 11.99)) and (v_y_662 <= 12.01)) { testSuccess148(); } else { }; } IS_NATIVE IS_EXTERN @extern function Cos159(real x874) returns real { } IS_NATIVE IS_EXTERN @extern function Sin148(real x660) returns real { } IS_NATIVE function testSuccess148() { }