ImVec2tp0=ImVec2(t0,1.0f-ImSaturate((v0-scale_min)/ (scale_max-scale_min)));// Point in the normalized space of our target rectangle
floathistogram_zero_line_t=(scale_min*scale_max<0.0f)?(-scale_min/ (scale_max-scale_min)):(scale_min<0.0f?0.0f:1.0f);// Where does the zero line stands
ImVec2tp0=ImVec2(t0,1.0f-ImSaturate((v0-scale_min)* inv_scale));// Point in the normalized space of our target rectangle
floathistogram_zero_line_t=(scale_min*scale_max<0.0f)?(-scale_min* inv_scale):(scale_min<0.0f?0.0f:1.0f);// Where does the zero line stands