/** * @author [Tristan Valcke]{@link https://github.com/Itee} * @license [BSD-3-Clause]{@link https://opensource.org/licenses/BSD-3-Clause} * * @module sources/geomathics * @description This is the geometries/mathematique export entry point. * It expose all exports of the geometries sub-files. */ export * from './trigonometries' export * from './geometries'