traclus_impl icon indicating copy to clipboard operation
traclus_impl copied to clipboard

Fix the problem described in issue #7

Open kwk1001 opened this issue 3 years ago • 0 comments

Corresponding error: #7 AttributeError: 'LineSegment' object has no attribute 'unit_vector'

An incomplete if module causes the problem. It is possible that the value of the variable 'self.length' is 0.0. In that case the attribute ’unit_vector‘ is not defined.

kwk1001 avatar Feb 08 '22 10:02 kwk1001