Open GoogleCodeExporter opened 8 years ago
Whoops.
"problem_point = euclid.Point2(0, 30)
problem_line = euclid.Line2(euclid.Point2(0, 0), euclid.Point2(0, 50))"
In the steps to reproduce should be
"problem_point = euclid.Point2(0.0, 30.0)
problem_line = euclid.Line2(euclid.Point2(0.0, 0.0), euclid.Point2(0.0, 50.0))"
The direct copy and paste from my interpreter under "What do you see instead?"
correctly uses floats instead of integers.
Sorry.
Original comment by asd454...@yahoo.com
on 23 May 2011 at 1:55
Original issue reported on code.google.com by
asd454...@yahoo.com
on 23 May 2011 at 1:51