|
n=Point3D(e1.normal_vector)+Point3D(e2.normal_vector)+Point3D(e3.normal_vector)+Point3D(e3.normal_vector) |
Hello I start to read python code to see if I can contribute on some project.
Opening this file I saw that e3 was add 2 times and no e4.
Is there a particular reason about it ?
reconstruction/reconstruction/makePlane.py
Line 41 in 6454e43
Hello I start to read python code to see if I can contribute on some project.
Opening this file I saw that e3 was add 2 times and no e4.
Is there a particular reason about it ?