aviation-math
Version:
Different methods to calculate distances, bearing and projections for aviation related software
5 lines (4 loc) • 493 B
TypeScript
import { ExpandingSquareSearchPattern, ExpandingSquareSearchPatternInput } from "./ExpandingSquareSearchPattern";
import { ParallelTrackSearchPattern, ParallelTrackSearchPatternInput } from "./ParallelTrackSearchPattern";
import { SectorSearchPattern, SectorSearchPatternInput } from "./SectorSearchPattern";
export { ExpandingSquareSearchPattern, ExpandingSquareSearchPatternInput, ParallelTrackSearchPattern, ParallelTrackSearchPatternInput, SectorSearchPattern, SectorSearchPatternInput };