@woosh/meep-engine 2.48.14 → 2.48.15

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -5,7 +5,7 @@
5
5
  "description": "Fully featured ECS game engine written in JavaScript",
6
6
  "type": "module",
7
7
  "author": "Alexander Goldring",
8
- "version": "2.48.14",
8
+ "version": "2.48.15",
9
9
  "main": "build/meep.module.js",
10
10
  "module": "build/meep.module.js",
11
11
  "exports": {
@@ -33,6 +33,8 @@ export default class Path {
33
33
 
34
34
  public sample(result: Vector3, offset: number, interpolation?: InterpolationType): boolean
35
35
 
36
+ find_index_and_normalized_distance(result:ArrayLike<number>, absolute_distance:number):boolean
37
+
36
38
  public copy(other: Path): void
37
39
 
38
40
  public clone(): Path