Ver código fonte

improve the parabola math

tags/2.16.0
Caven Chen 3 anos atrás
pai
commit
688184f0ae
1 arquivos alterados com 1 adições e 1 exclusões
  1. 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
}

Carregando…
Cancelar
Salvar