Recompile and moved files.

This commit is contained in:
Krafpy
2021-08-16 13:39:41 +02:00
parent e4c7a51174
commit 7d19427d18
19 changed files with 164 additions and 458 deletions

View File

@@ -2,7 +2,7 @@ import { OrbitingBody } from "../objects/body.js";
import { SolarSystem } from "../objects/system.js";
import { ComputeWorker, WorkerPool } from "../utilities/worker.js";
import { shuffleArray } from "../utilities/array.js";
import { FlybySequence } from "../objects/sequence.js";
import { FlybySequence } from "./sequence.js";
export class FlybySequenceGenerator {
private readonly _workerPool!: WorkerPool;