UNPKG

@cornerstonejs/core

Version:
3 lines (2 loc) 159 B
import type { Point2, Point3 } from '../types/index.js'; export default function imageToWorldCoords(imageId: string, imageCoords: Point2): Point3 | undefined;