@expofp/renderer
Advanced tools
+0
-16
| import { default as default_2 } from 'stats-gl'; | ||
| import { Vector2 } from 'three'; | ||
| import { Vector2Like } from 'three'; | ||
| import { Vector2Tuple } from 'three'; | ||
| import { Vector3 } from 'three'; | ||
| import { Vector3Like } from 'three'; | ||
@@ -136,16 +134,2 @@ import { Vector3Tuple } from 'three'; | ||
| /** | ||
| * Converts multiple vector2 representations to a {@link Vector2} instance. | ||
| * @param vector2 Vector2 representation as a tuple/POJO | ||
| * @returns Vector2 instance | ||
| */ | ||
| export declare function createVector2(vector2: IVector2): Vector2; | ||
| /** | ||
| * Converts multiple vector3 representations to a {@link Vector3} instance. | ||
| * @param vector3 Vector3 representation as a tuple/POJO | ||
| * @returns Vector3 instance | ||
| */ | ||
| export declare function createVector3(vector3: IVector3 | IVector2): Vector3; | ||
| /** | ||
| * Mapping of engine-wide events to their payloads | ||
@@ -152,0 +136,0 @@ */ |
+1
-1
| { | ||
| "name": "@expofp/renderer", | ||
| "version": "2.3.0", | ||
| "version": "2.3.1", | ||
| "type": "module", | ||
@@ -5,0 +5,0 @@ "files": [ |
Sorry, the diff of this file is too big to display
302777
1.37%7575
1.57%