Issue #2661 Fix vector derived parameter.
Former-commit-id:0a66c47341
[formerly1f270a6059
[formerlycd60dc028a
] [formerly0a66c47341
[formerly 238043b8c4286e398176d4d6c78e585e33faa5da]]] Former-commit-id:1f270a6059
[formerlycd60dc028a
] Former-commit-id:1f270a6059
Former-commit-id:6f21122f93
This commit is contained in:
parent
e275d49adf
commit
54471606c9
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