UNPKG

@vladkrutenyuk/three-kvy-core

Version:

Everything you need to create any-complexity 3D apps with Three.js. Empower Three.js with a modular, lifecycle-managed context that seamlessly propagates through objects via reusable features providing structured logic.

5 lines (4 loc) 277 B
import type * as THREE from "three"; export declare function vecFromTuple(tuple: THREE.Vector2Tuple): THREE.Vector2; export declare function vecFromTuple(tuple: THREE.Vector3Tuple): THREE.Vector3; export declare function vecFromTuple(tuple: THREE.Vector4Tuple): THREE.Vector4;