Explorar el Código

improve the parabola math

tags/2.16.0
Caven Chen hace 3 años
padre
commit
688184f0ae
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      modules/math/parabola.js

+ 1
- 1
modules/math/parabola.js Ver fichero

@@ -48,6 +48,6 @@ export default function parabola(
result.push([lng, lat, h])
}
}
result.push([endPosition.lng, endPosition.lat, endPosition.alt || 0])
return result
}

Cargando…
Cancelar
Guardar