UNPKG

@thi.ng/boids

Version:

n-dimensional boids simulation with modular behavior system

5 lines 308 B
import type { FnU2 } from "@thi.ng/api"; import type { IBoidBehavior, ScalarOrField } from "../api.js"; import type { Boid } from "../boid.js"; export declare const alignment: (maxDist: ScalarOrField, weight?: ScalarOrField, amp?: FnU2<Boid, number>) => IBoidBehavior; //# sourceMappingURL=alignment.d.ts.map