General math calculationscalc_x = floor(origin.x/32) calc_x = floor((100)/32) calc_x = floor(3.125) calc_x = 3 calc_y = floo...
General math calculationsokay I just realized that test_square, should never have to deal with decimals. [code] int calc...
General math calculationsohhhh. that looks like a lot there. sooo. [code]int calc_x = floor( ( int ) origin.x/32);[/code] ...
General math calculationsoh maybe Im using the floor command wrong. I thought calc_y = floor(3.15) would set calc_y to 3? if ...
General math calculationsI dont need any decimals, I want test_square to be set to 63
This user does not accept Private Messages