avaldin / 42-miniRT

0 stars 0 forks source link

parsing error #8

Closed avaldin closed 3 months ago

avaldin commented 3 months ago

when the plane have 0.0,1.0,0.1 for the vect, the parsing return 0.0,1.0,1.0

tmouche commented 3 months ago

Issue on ft_atof, when the result of the post coma was egal to 1 the while who have to divide it by 10 until it s below 1 had is condition set to res > 1 instead of res >= 1