UNPKG

@cornerstonejs/core

Version:
10 lines (9 loc) 313 B
import { vec3 } from 'gl-matrix'; import type { Point3 } from '../types/index.js'; interface SortedImageIdsItem { zSpacing: number; origin: Point3; sortedImageIds: string[]; } export default function sortImageIdsAndGetSpacing(imageIds: string[], scanAxisNormal?: vec3): SortedImageIdsItem; export {};