@woosh/meep-engine 2.43.26 → 2.43.27

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.
@@ -18,6 +18,8 @@ export default class Quaternion {
18
18
 
19
19
  equals(other: { x: number, y: number, z: number, w: number }): boolean
20
20
 
21
+ slerp(other:Quaternion,t:number):void
22
+
21
23
  normalize(): void
22
24
 
23
25
  __setThreeEuler(threeEuler: any): void
package/package.json CHANGED
@@ -5,7 +5,7 @@
5
5
  "productName": "Meep",
6
6
  "description": "production-ready JavaScript game engine based on Entity Component System Architecture",
7
7
  "author": "Alexander Goldring",
8
- "version": "2.43.26",
8
+ "version": "2.43.27",
9
9
  "dependencies": {
10
10
  "gl-matrix": "3.4.3",
11
11
  "fast-levenshtein": "2.0.6",