[interpolatable] Comment
This commit is contained in:
parent
377bb5a34b
commit
3465666edf
@ -202,7 +202,7 @@ def _points_complex_vector(points):
|
||||
# The point itself
|
||||
vector.append(p0)
|
||||
|
||||
# The distance to the next point;
|
||||
# The vector to the next point;
|
||||
# Emphasized by 2 empirically
|
||||
p1 = points[i + 1]
|
||||
d0 = p1 - p0
|
||||
|
Loading…
x
Reference in New Issue
Block a user