UNPKG

@cornerstonejs/core

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