@thi.ng/boids
Version:
n-dimensional boids simulation with modular behavior system
4 lines • 296 B
TypeScript
import type { ReadonlyVec } from "@thi.ng/vectors";
import type { ScalarOrField, IBoidBehavior } from "../api.js";
export declare const attractPolyline: (points: ReadonlyVec[], closed: boolean, lookahead?: number, weight?: ScalarOrField) => IBoidBehavior;
//# sourceMappingURL=attraction.d.ts.map