UNPKG

@cornerstonejs/core

Version:
3 lines (2 loc) 140 B
import type { Point3 } from '../types/index.js'; export default function indexWithinDimensions(index: Point3, dimensions: Point3): boolean;