UNPKG

@golemio/pid

Version:
5 lines (4 loc) 198 B
import { IBoundingBox, IBoundingBoxWithCenter } from "../../../domain/IBoudingBox"; export interface IBoundingBoxHelper { mapToCenterFormat(boundingBox: IBoundingBox): IBoundingBoxWithCenter; }