Export to GitHub

pyeuclid - issue #3

Point3.connect returns nothing


Posted on Feb 14, 2008 by Massive Rabbit

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)'

Comment #1

Posted on Feb 15, 2008 by Quick Bird

Thanks, fixed in r23.

Status: Fixed

Labels:
Type-Defect Priority-Medium