array test_vs_x103 array test_vs_y212 array test_vs_z195 real vec3_trim_return_x151 function initGlobals128() { } function main183() { initGlobals128(); init_test697(); } function config209() { } function init_test697() { test_vs_x_103[0] = 3.; test_vs_y_212[0] = 15.; test_vs_z_195[0] = 4.; vec3_trim625(test_vs_x_103[0], test_vs_y_212[0], test_vs_z_195[0], 5.); } function vec3_trim625(real this_x631, real this_y109, real this_z637, real value132) returns real { this_y_109 = this_x_631; if ((this_x_631 > (- value_132)) and (this_x_631 < value_132)) { this_y_109 = 0.; } else { }; vec3_trim_return_x_151 = this_y_109; return vec3_trim_return_x_151; }