UNPKG

@cornerstonejs/core

Version:
7 lines (6 loc) 263 B
import type { mat3 } from 'gl-matrix'; import type { IImageVolume, Point3 } from '../types/index.js'; export default function getSpacingInNormalDirection(imageVolume: IImageVolume | { direction: mat3; spacing: Point3; }, viewPlaneNormal: Point3): number;