Browse Source

improve the parabola math

tags/2.16.0
Caven Chen 3 years ago
parent
commit
688184f0ae
1 changed files with 1 additions and 1 deletions
  1. 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
}

Loading…
Cancel
Save