Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Point3.connect returns nothing #3

Closed
GoogleCodeExporter opened this issue Mar 9, 2016 · 1 comment
Closed

Point3.connect returns nothing #3

GoogleCodeExporter opened this issue Mar 9, 2016 · 1 comment

Comments

@GoogleCodeExporter
Copy link

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
Copy link
Author

Thanks, fixed in r23.

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

  • Changed state: Fixed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant