fix trailing whitespace
parent
e214b03950
commit
ee12eebc31
|
@ -382,7 +382,6 @@ def quadratic_intersections(bez1, bez2):
|
||||||
|
|
||||||
if root_2.imag==0 and root_2.real<=1 and root_2.real>=0:
|
if root_2.imag==0 and root_2.real<=1 and root_2.real>=0:
|
||||||
condition_2 = True# append in t2
|
condition_2 = True# append in t2
|
||||||
|
|
||||||
if condition_1 and condition_2:
|
if condition_1 and condition_2:
|
||||||
t1.append(root)
|
t1.append(root)
|
||||||
t2.append(root_2)
|
t2.append(root_2)
|
||||||
|
|
Loading…
Reference in New Issue