UNPKG

@davepagurek/flo-mat

Version:

Medial / Scale Axis Transform (MAT/SAT) Library.

14 lines (8 loc) 343 B
import { TwoProngForDebugging } from '../debug/two-prong-for-debugging.js'; import { ElemType_TwoProng } from './elem-type-two-prong.js'; /** @internal */ function getTwoProngType(e: TwoProngForDebugging): ElemType_TwoProng { if (e.holeClosing) { return 'twoProng_holeClosing' } return 'twoProng_regular'; } export { getTwoProngType }