Este site funciona melhor com JavaScript.
Página inicial
Explorar
Ajuda
Cadastrar
Acessar
OpenSource
/
dc-sdk
espelhamento de
https://github.com/dvt3d/dc-sdk
Observar
4
Favorito
0
Fork
0
Código
Issues
0
Versões
92
Wiki
Atividade
Ver código fonte
improve the parabola math
tags/2.16.0
Caven Chen
3 anos atrás
pai
a58c584d58
commit
688184f0ae
1 arquivos alterados
com
1 adições
e
1 exclusões
Visão dividida
Mostrar estatísticas do Diff
1
1
modules/math/parabola.js
+ 1
- 1
modules/math/parabola.js
Ver arquivo
@@ -48,6 +48,6 @@ export default function parabola(
result.push([lng, lat, h])
}
}
result.push([endPosition.lng, endPosition.lat, endPosition.alt || 0])
return result
}
Escrever
Pré-visualização
Carregando…
Cancelar
Salvar