nicolaslg opened this issue 7 months ago · 0 comments
x_max is not updated when x_min is. There is the same problem with the y_max value.
x_max
x_min
y_max
if v.x < x_min: x_min = v.x elif v.x > x_max: x_max = v.x