array test_vs_x214 array test_vs_y513 array test_vs_z601 real vec3_trim_return_x132 function initGlobals603() { } function main174() { initGlobals603(); init_test206(); } function config845() { } function init_test206() { local integer tempIndex162 test_vs_x_214[0] = 3.; test_vs_y_513[0] = 15.; test_vs_z_601[0] = 4.; tempIndex_162 = foo107(3); vec3_trim830(test_vs_x_214[tempIndex_162], test_vs_y_513[tempIndex_162], test_vs_z_601[tempIndex_162], (foo107(4) * 1.)); } function vec3_trim830(real this_x145, real this_y150, real this_z841, real value160) returns real { this_y_150 = this_x_145; if ((this_x_145 > (- value_160)) and (this_x_145 < value_160)) { this_y_150 = 0.; } else { }; vec3_trim_return_x_132 = this_y_150; return vec3_trim_return_x_132; } function foo107(integer x105) returns integer { if (x_105 > 0) { return x_105; } else { return (- x_105); }; }