@woosh/meep-engine
Version:
Pure JavaScript game engine. Fully featured and production ready.
11 lines • 362 B
TypeScript
/**
* Compute a bounding box for a given curve.
* X-axis is time, Y-axis is value.
* @param {AABB2} out
* @param {AnimationCurve} curve
*
* @author Alex Goldring
* @copyright Company Named Limited (c) 2025
*/
export function animation_curve_compute_aabb(out: AABB2, curve: AnimationCurve): void;
//# sourceMappingURL=animation_curve_compute_aabb.d.ts.map