UNPKG

@nmscd/coordinate-conversion

Version:
4 lines (2 loc) 127 B
import { VoxelCoordinates } from '../../types/voxelTypes'; export declare function xyz2Coords(xyz: VoxelCoordinates): string;