UNPKG

@realsee/dnalogel

Version:
8 lines (7 loc) 215 B
import type * as THREE from 'three'; /** 单位向量转换成坐标 */ declare function vectorToCoordinates(vector: THREE.Vector3): { longitude: number; latitude: number; }; export { vectorToCoordinates };