Fix speed circle radius calculation
This commit is contained in:
parent
5307498522
commit
ea3e49aa3b
1 changed files with 1 additions and 1 deletions
|
@ -72,7 +72,7 @@ class Hodograph():
|
|||
|
||||
cr.arc(x + cx,
|
||||
x + cy,
|
||||
sy - self.radius,
|
||||
abs(sy - cy),
|
||||
0,
|
||||
2*math.pi)
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue