UNPKG

@wandelbots/nova-js

Version:

Official JS client for the Wandelbots API

7 lines 414 B
import * as THREE from "three"; export type Vector3d = [number, number, number]; export declare function axisToIndex(axis: "x" | "y" | "z"): number; export declare function indexToAxis(index: number): "x" | "y" | "z" | null; export declare function vector3FromArray(vector: Vector3d): THREE.Vector3; export declare function vector3ToArray(vector: THREE.Vector3): Vector3d; //# sourceMappingURL=vectorUtils.d.ts.map