UNPKG

gnss_solutions

Version:

Javascript GNSS solution analysis library

20 lines (18 loc) 866 B
/* * Copyright (c) 2016 Swift Navigation Inc. * Contact: engineering@swiftnav.com * * This source is subject to the license found in the file 'LICENSE' which must * be be distributed together with this source. All other rights reserved. * * THIS CODE AND INFORMATION IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND, * EITHER EXPRESSED OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE IMPLIED * WARRANTIES OF MERCHANTABILITY AND/OR FITNESS FOR A PARTICULAR PURPOSE. */ /// <reference path="../node_modules/immutable/dist/immutable.d.ts" /> /// <reference path="../node_modules/moment/moment.d.ts" /> /// <reference path="./typings/geodesy.d.ts" /> /// <reference path="./typings/ecef-projector.d.ts" /> /// <reference path="./typings/pondjs.d.ts" /> /// <reference path="./typings/tdigest.d.ts" /> /// <reference path="./typings/modules/lodash/index.d.ts" />