array test_vs_x202 array test_vs_y213 array test_vs_z209 real vec3_trim_return_x153 function initGlobals536() { } function main204() { initGlobals536(); init_test580(); } function config145() { } function init_test580() { test_vs_x_202[0] = 3.; test_vs_y_213[0] = 15.; test_vs_z_209[0] = 4.; vec3_trim166(test_vs_x_202[0], test_vs_y_213[0], test_vs_z_209[0], 5.); } function vec3_trim166(real this_x291, real this_y367, real this_z213, real value199) returns real { this_y_367 = this_x_291; if ((this_x_291 > (- value_199)) and (this_x_291 < value_199)) { this_y_367 = 0.; } else { }; vec3_trim_return_x_153 = this_y_367; return vec3_trim_return_x_153; }