This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
OpenSource
/
dc-sdk
mirror of
https://github.com/dvt3d/dc-sdk
Watch
4
Star
0
Fork
0
Code
Issues
0
Releases
92
Wiki
Activity
Browse Source
improve the parabola math
tags/2.16.0
Caven Chen
3 years ago
parent
a58c584d58
commit
688184f0ae
1 changed files
with
1 additions
and
1 deletions
Split View
Show Diff Stats
1
1
modules/math/parabola.js
+ 1
- 1
modules/math/parabola.js
View File
@@ -48,6 +48,6 @@ export default function parabola(
result.push([lng, lat, h])
}
}
result.push([endPosition.lng, endPosition.lat, endPosition.alt || 0])
return result
}
Write
Preview
Loading…
Cancel
Save