UNPKG

@davepagurek/flo-mat

Version:

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

10 lines (9 loc) 334 B
import { CpNode } from '../cp-node/cp-node.js'; /** * @internal * Returns a line segment of unit length starting in the given Vertex center and * pointing in the direction of the medial axis (viewed as a rooted tree). * @param cpNode */ declare function getEdgeDirection(cpNode: CpNode): number[][]; export { getEdgeDirection };