pay attention to evitate 'division by zero' errors in normalize.sqf
It shouldn't happen, but if the passed vector is a null vector this will
generate the error. Since normalization is even used to calculate direction,
the vector passed could be a difference between two points or vectors,
and if happens that the points coincide, this would generate the error.