Issue #2661 Fix vector derived parameter.
Former-commit-id:cd60dc028a
[formerly 238043b8c4286e398176d4d6c78e585e33faa5da] Former-commit-id:0a66c47341
This commit is contained in:
parent
e6f5716104
commit
799f7baacc
1 changed files with 1 additions and 1 deletions
|
@ -83,7 +83,7 @@ def componentsFrom(u,v):
|
|||
def magDirRadiansFrom(mag, dir):
|
||||
u = sin(dir) * mag
|
||||
v = cos(dir) * mag
|
||||
return componentFrom(u,v)
|
||||
return componentsFrom(u,v)
|
||||
|
||||
def magDirDegreesFrom(mag, dir):
|
||||
return magDirRadiansFrom(mag, radians(dir))
|
Loading…
Add table
Reference in a new issue