Open GoogleCodeExporter opened 8 years ago
I have a similar issue with a Ray2, probably caused by the same underlying code:
>>> c = Circle(Point2(4,5), 1.0)
>>> r = Ray2(Point2(13.0, 5.0), Vector2(1.0, 0.0))
>>> r.intersect(c)
Point2(13.00, 5.00)
Original comment by morte...@ifi.uio.no
on 15 Jul 2014 at 7:15
Original issue reported on code.google.com by
e.zagoro...@gmail.com
on 7 Jun 2011 at 2:11Attachments: