UNPKG

@cornerstonejs/core

Version:
4 lines (3 loc) 209 B
import type { Point3 } from '../../../types/index.js'; export declare function getSafeCanvasDimension(value: number): number; export declare function normalizePoint3(point: Point3, fallback?: Point3): Point3;