import { default as area } from './area.ts'; import { default as bounds } from './bounds.ts'; import { default as center } from './center.ts'; import { default as curve } from './curve.ts'; import { default as distance } from './distance.ts'; import { heading, pitch, pitch2, roll, hpr } from './heading.ts'; import { default as isBetween } from './isBetween.ts'; import { default as midCartesian } from './midCartesian.ts'; import { default as midPosition } from './midPosition.ts'; import { default as parabola } from './parabola.ts'; import { resample, resampleByLerp, resampleOnce } from './resample.ts'; import { default as Direction } from './direction.ts'; declare const XMath: { area: typeof area; bounds: typeof bounds; center: typeof center; curve: typeof curve; distance: typeof distance; heading: typeof heading; pitch: typeof pitch; pitch2: typeof pitch2; roll: typeof roll; hpr: typeof hpr; isBetween: typeof isBetween; midCartesian: typeof midCartesian; midPosition: typeof midPosition; parabola: typeof parabola; resample: typeof resample; resampleByLerp: typeof resampleByLerp; resampleOnce: typeof resampleOnce; Direction: typeof Direction; }; export default XMath; export { area, bounds, center, curve, distance, heading, pitch, isBetween, midCartesian, midPosition, parabola, resample, resampleByLerp, resampleOnce, Direction };