UNPKG

@lunit/insight-viewer

Version:

Based on the cornerstone library, it provides several components for handling Dicom images

3 lines (2 loc) 178 B
import type { Point } from '../types'; export declare const calculateLengthBetweenPoints: ([startX, startY]: Point, [endX, endY]: Point, col?: number, row?: number) => number;