UNPKG

@woosh/meep-engine

Version:

Pure JavaScript game engine. Fully featured and production ready.

7 lines 284 B
/** * Compute bounding box for a given curve. X-axis is time, Y-axis is value. * @param {AABB2} out * @param {AnimationCurve} curve */ export function animation_curve_compute_aabb(out: AABB2, curve: AnimationCurve): void; //# sourceMappingURL=animation_curve_compute_aabb.d.ts.map