UNPKG

@lunit/insight-viewer

Version:

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

7 lines (6 loc) 232 B
import type { Point } from '../../../types'; /** * Check if polygon is a complex polygon with intersection * @param polygon Array<[number, number]> */ export declare function getIsComplexPolygon(polygon: Point[]): boolean;