UNPKG

@woosh/meep-engine

Version:

Pure JavaScript game engine. Fully featured and production ready.

6 lines (5 loc) 195 B
import { spline3_hermite_bounds } from "./spline3_hermite_bounds.js"; /** * @deprecated use {@link spline3_hermite_bounds} */ export const spline_hermite3_bounds = spline3_hermite_bounds;