As above describes is that the difference between RTM_Old and RTM_New is always 0.
(0.0, 0.5, 0.8) - (0.1, 0.5, 0.8) as an example would result that the delta is (0,0,0).
So how can i fix this issue or my mistake in the vector math.
Are you sure that LOS_DELTA is actually (0, 0, 0)? It seems like everything is working correctly but there is some confusion by the displayed (not actual) values being rounded.
If you are only looking at one decimal point for floats that appear to be 0.1 away from each other the actual difference could be anywhere between 0.0. and 0.2. For instance, if we can recreate your situation with the following code