UNPKG

@cornerstonejs/core

Version:
4 lines (3 loc) 187 B
import type { Point2, Point3 } from '../types/index.js'; declare function worldToImageCoords(imageId: string, worldCoords: Point3): Point2 | undefined; export default worldToImageCoords;