UNPKG

@cornerstonejs/core

Version:
5 lines (4 loc) 429 B
import type { Point2 } from '../../../types/index.js'; import type { PlanarViewState } from './PlanarViewportTypes.js'; export declare function getPlanarProjectionFallbackPan(viewState: PlanarViewState, canvasWidth: number, canvasHeight: number): Point2; export declare function getPlanarProjectionFallbackViewStateWithPan(viewState: PlanarViewState, nextPan: Point2, canvasWidth: number, canvasHeight: number): PlanarViewState;