UNPKG

bird-oid

Version:

A 3D boid system with accompanying emergent behaviors. Implementation mostly based on Craig Reynolds paper Steering Behaviors For Autonomous Characters.

2 lines (1 loc) 54 B
export function limit(out: any, a: any, n: any): any;