UNPKG

@plurid/plurid-engine

Version:
4 lines (3 loc) 273 B
import { TreePlane, PluridConfiguration } from '@plurid/plurid-data'; declare const computeFaceToFaceLayout: (roots: TreePlane[], angle?: number, gap?: number, middle?: number, configuration?: PluridConfiguration) => TreePlane[]; export default computeFaceToFaceLayout;