UNPKG

@cornerstonejs/core

Version:
7 lines (6 loc) 193 B
import type { Point3 } from '../types/index.js'; export default function getVolumeViewReferenceId(args: { sliceIndex: number; viewPlaneNormal: Point3; volumeId: string; }): string;