UNPKG

@cornerstonejs/core

Version:
4 lines (3 loc) 110 B
export default function clonePoint3(point) { return point ? [point[0], point[1], point[2]] : undefined; }