@woosh/meep-engine
Version:
Pure JavaScript game engine. Fully featured and production ready.
9 lines • 440 B
TypeScript
/**
* some useful references:
* https://stackoverflow.com/questions/29438398/cheap-way-of-calculating-cubic-bezier-length
* https://stackoverflow.com/questions/1147249/connecting-catmull-rom-splines-together-and-calculating-its-length
* @param {Path} path
* @param {number} epsilon
*/
export function estimatePathViaIterativeIntegral(path: Path, epsilon: number): number;
//# sourceMappingURL=estimatePathViaIterativeIntegral.d.ts.map