xocoatzin / pyeuclid

Automatically exported from code.google.com/p/pyeuclid
0 stars 0 forks source link

Point3.connect returns nothing #3

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. p0=Point3(0,0,0)
2. p1=Point3(1,1,1)
3. p0.connect(p1)

What is the expected output? What do you see instead?
LineSegment3(<0.00, 0.00, 0.00> to <1.00, 1.00, 1.00>).
None.

What version of the product are you using? On what operating system?

Please provide any additional information below.
Just add a 'return' at the beginning of the line 'other._connect_point3(self)'

Original issue reported on code.google.com by yero1...@gmail.com on 14 Feb 2008 at 4:26

GoogleCodeExporter commented 9 years ago
Thanks, fixed in r23.

Original comment by Alex.Hol...@gmail.com on 15 Feb 2008 at 11:35