flo-mat 3.0.15 → 4.0.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/__tests__/cp-node/compare-cp-nodes-by-value.ts +5 -3
- package/__tests__/cp-node/compare-poss-by-value.ts +7 -7
- package/__tests__/cp-node/fs/get-all-on-circle.spec.ts +8 -8
- package/__tests__/cp-node/fs/is-one-prong.spec.ts +3 -3
- package/__tests__/cp-node/fs/is-sharp.spec.ts +1 -1
- package/__tests__/find-2-prong/get-medial/get-closest-points.spec.ts +49 -0
- package/__tests__/get-mats1.ts +29 -32
- package/__tests__/helpers/close-to.ts +71 -0
- package/__tests__/helpers/jest-extend-nearly.ts +39 -0
- package/__tests__/helpers/jest.setup.ts +6 -0
- package/__tests__/helpers/obj-or-array.ts +8 -0
- package/__tests__/jest-extensions.d.ts +26 -0
- package/__tests__/lib-load.spec.ts +1 -1
- package/browser/index.js +20280 -17610
- package/browser/index.min.js +1 -1
- package/jest.config.cjs +1 -0
- package/node/add-n-prong.ts/join-spokes.d.ts +2 -2
- package/node/add-n-prong.ts/join-spokes.js +5 -4
- package/node/add-n-prong.ts/join-spokes.js.map +1 -1
- package/node/closest-boundary-point/cull-bezier-pieces-1.d.ts +9 -0
- package/node/closest-boundary-point/{cull-bezier-pieces.js → cull-bezier-pieces-1.js} +6 -7
- package/node/closest-boundary-point/cull-bezier-pieces-1.js.map +1 -0
- package/node/closest-boundary-point/cull-by-loose-bounding-box.d.ts +7 -5
- package/node/closest-boundary-point/cull-by-loose-bounding-box.js +12 -10
- package/node/closest-boundary-point/cull-by-loose-bounding-box.js.map +1 -1
- package/node/closest-boundary-point/cull-by-tight-boundary-box.js +2 -2
- package/node/closest-boundary-point/foot-and-endpoint-info.d.ts +6 -9
- package/node/closest-boundary-point/get-best-distance-squared.d.ts +4 -3
- package/node/closest-boundary-point/get-best-distance-squared.js +11 -11
- package/node/closest-boundary-point/get-best-distance-squared.js.map +1 -1
- package/node/closest-boundary-point/get-close-boundary-points-certified.d.ts +5 -9
- package/node/closest-boundary-point/get-close-boundary-points-certified.js +22 -18
- package/node/closest-boundary-point/get-close-boundary-points-certified.js.map +1 -1
- package/node/closest-boundary-point/get-potential-closest-points-on-curve-certified.d.ts +3 -8
- package/node/closest-boundary-point/get-potential-closest-points-on-curve-certified.js +34 -91
- package/node/closest-boundary-point/get-potential-closest-points-on-curve-certified.js.map +1 -1
- package/node/closest-boundary-point/root-interval-to-distance-squared-interval.d.ts +1 -1
- package/node/closest-boundary-point/root-interval-to-distance-squared-interval.js +8 -11
- package/node/closest-boundary-point/root-interval-to-distance-squared-interval.js.map +1 -1
- package/node/corner/compare-curvatures-at-interface.d.ts +1 -1
- package/node/corner/compare-curvatures-at-interface.js +1 -1
- package/node/corner/corner.d.ts +7 -6
- package/node/corner/get-corner.d.ts +1 -6
- package/node/corner/get-corner.js +2 -9
- package/node/corner/get-corner.js.map +1 -1
- package/node/corner/get-interface-ccw.d.ts +2 -2
- package/node/corner/get-interface-ccw.js +4 -5
- package/node/corner/get-interface-ccw.js.map +1 -1
- package/node/cp-node/cp-node-fs.d.ts +0 -15
- package/node/cp-node/cp-node-fs.js +0 -4
- package/node/cp-node/cp-node-fs.js.map +1 -1
- package/node/cp-node/cp-node.d.ts +10 -10
- package/node/cp-node/fs/clone.js.map +1 -1
- package/node/cp-node/fs/cp-node-comparator.js +2 -2
- package/node/cp-node/fs/cp-node-comparator.js.map +1 -1
- package/node/cp-node/fs/enhance-cp-node.d.ts +1 -1
- package/node/cp-node/fs/enhance-cp-node.js +5 -5
- package/node/cp-node/fs/enhance-cp-node.js.map +1 -1
- package/node/cp-node/fs/get-boundary-bezier-parts-to-next.js +2 -2
- package/node/cp-node/fs/get-boundary-bezier-parts-to-next.js.map +1 -1
- package/node/cp-node/fs/get-cp-node-ordering.js +4 -4
- package/node/cp-node/fs/get-cp-node-ordering.js.map +1 -1
- package/node/cp-node/fs/get-edge-direction.js +3 -3
- package/node/cp-node/fs/get-edge-direction.js.map +1 -1
- package/node/cp-node/fs/get-hole-closers.d.ts +1 -1
- package/node/cp-node/fs/get-implied-boundary-bezier-between.js +2 -2
- package/node/cp-node/fs/get-implied-boundary-bezier-between.js.map +1 -1
- package/node/cp-node/fs/get-mat-curve-between.d.ts +1 -1
- package/node/cp-node/fs/get-mat-curve-between.js +6 -5
- package/node/cp-node/fs/get-mat-curve-between.js.map +1 -1
- package/node/cp-node/fs/get-salience.d.ts +1 -1
- package/node/cp-node/fs/get-salience.js +3 -3
- package/node/cp-node/fs/get-salience.js.map +1 -1
- package/node/cp-node/fs/insert-cp-node.d.ts +4 -4
- package/node/cp-node/fs/insert-cp-node.js +3 -4
- package/node/cp-node/fs/insert-cp-node.js.map +1 -1
- package/node/cp-node/fs/is-one-prong.d.ts +1 -1
- package/node/cp-node/fs/is-one-prong.js +2 -9
- package/node/cp-node/fs/is-one-prong.js.map +1 -1
- package/node/cp-node/fs/is-order-correct.d.ts +3 -3
- package/node/cp-node/fs/is-order-correct.js +5 -8
- package/node/cp-node/fs/is-order-correct.js.map +1 -1
- package/node/cp-node/fs/is-sharp.js +1 -1
- package/node/cp-node/fs/is-sharp.js.map +1 -1
- package/node/cp-node/fs/remove-cp-node.js +1 -2
- package/node/cp-node/fs/remove-cp-node.js.map +1 -1
- package/node/cp-node/fs/traverse-cp.js.map +1 -1
- package/node/cp-node/fs/traverse-vertices.d.ts +1 -1
- package/node/cp-node/fs/traverse-vertices.js.map +1 -1
- package/node/debug/debug-elem-types.d.ts +1 -2
- package/node/debug/debug-elem-types.js +1 -2
- package/node/debug/debug-elem-types.js.map +1 -1
- package/node/debug/functions/draw-elem/draw-branch.d.ts +1 -1
- package/node/debug/functions/draw-elem/draw-branch.js.map +1 -1
- package/node/debug/functions/draw-elem/draw-cp-node.d.ts +1 -1
- package/node/debug/functions/draw-elem/draw-cp-node.js +4 -4
- package/node/debug/functions/draw-elem/draw-cp-node.js.map +1 -1
- package/node/debug/functions/draw-elem/draw-elem.js +1 -5
- package/node/debug/functions/draw-elem/draw-elem.js.map +1 -1
- package/node/debug/functions/draw-elem/draw-leaves.d.ts +1 -1
- package/node/debug/functions/draw-elem/draw-leaves.js +4 -4
- package/node/debug/functions/draw-elem/draw-leaves.js.map +1 -1
- package/node/debug/functions/draw-elem/draw-mat.d.ts +1 -1
- package/node/debug/functions/draw-elem/draw-mat.js +1 -2
- package/node/debug/functions/draw-elem/draw-mat.js.map +1 -1
- package/node/debug/functions/draw-elem/draw-max-vertex.d.ts +1 -1
- package/node/debug/functions/draw-elem/draw-max-vertex.js +1 -1
- package/node/debug/functions/draw-elem/draw-max-vertex.js.map +1 -1
- package/node/debug/functions/draw-elem/draw-min-y.d.ts +1 -1
- package/node/debug/functions/draw-elem/draw-min-y.js.map +1 -1
- package/node/debug/functions/draw-elem/draw-one-prong-at-dull-corner.js +12 -3
- package/node/debug/functions/draw-elem/draw-one-prong-at-dull-corner.js.map +1 -1
- package/node/debug/functions/draw-elem/draw-one-prong.d.ts +2 -2
- package/node/debug/functions/draw-elem/draw-one-prong.js +8 -7
- package/node/debug/functions/draw-elem/draw-one-prong.js.map +1 -1
- package/node/debug/functions/draw-elem/draw-three-prong.d.ts +1 -1
- package/node/debug/functions/draw-elem/draw-three-prong.js +4 -4
- package/node/debug/functions/draw-elem/draw-three-prong.js.map +1 -1
- package/node/debug/functions/draw-elem/draw-two-prong.js +4 -3
- package/node/debug/functions/draw-elem/draw-two-prong.js.map +1 -1
- package/node/debug/functions/draw-elem/draw-vertex.d.ts +1 -1
- package/node/debug/functions/draw-elem/draw-vertex.js +1 -3
- package/node/debug/functions/draw-elem/draw-vertex.js.map +1 -1
- package/node/debug/functions/general.js +1 -1
- package/node/debug/functions/general.js.map +1 -1
- package/node/error-analysis/gamma.d.ts +7 -1
- package/node/error-analysis/gamma.js +6 -2
- package/node/error-analysis/gamma.js.map +1 -1
- package/node/find-2-prong/add-1-prong.d.ts +3 -3
- package/node/find-2-prong/add-1-prong.js +4 -4
- package/node/find-2-prong/add-1-prong.js.map +1 -1
- package/node/find-2-prong/add-2-prong.d.ts +10 -11
- package/node/find-2-prong/add-2-prong.js +42 -37
- package/node/find-2-prong/add-2-prong.js.map +1 -1
- package/node/find-2-prong/calc-seperation-tolerance.js +4 -7
- package/node/find-2-prong/calc-seperation-tolerance.js.map +1 -1
- package/node/find-2-prong/cull-bezier-pieces.d.ts +9 -7
- package/node/find-2-prong/cull-bezier-pieces.js +30 -15
- package/node/find-2-prong/cull-bezier-pieces.js.map +1 -1
- package/node/find-2-prong/find-2-prong.d.ts +12 -13
- package/node/find-2-prong/find-2-prong.js +73 -116
- package/node/find-2-prong/find-2-prong.js.map +1 -1
- package/node/find-2-prong/find-and-add-2-prongs-on-all-loops.d.ts +4 -4
- package/node/find-2-prong/find-and-add-2-prongs-on-all-loops.js.map +1 -1
- package/node/find-2-prong/find-and-add-2-prongs.d.ts +5 -4
- package/node/find-2-prong/find-and-add-2-prongs.js +28 -24
- package/node/find-2-prong/find-and-add-2-prongs.js.map +1 -1
- package/node/find-2-prong/find-and-add-hole-closing-2-prongs.d.ts +6 -8
- package/node/find-2-prong/find-and-add-hole-closing-2-prongs.js +11 -12
- package/node/find-2-prong/find-and-add-hole-closing-2-prongs.js.map +1 -1
- package/node/find-2-prong/get-initial-bezier-pieces.d.ts +5 -6
- package/node/find-2-prong/get-initial-bezier-pieces.js +8 -11
- package/node/find-2-prong/get-initial-bezier-pieces.js.map +1 -1
- package/node/find-2-prong/get-initial-x.d.ts +12 -0
- package/node/find-2-prong/get-initial-x.js +35 -0
- package/node/find-2-prong/get-initial-x.js.map +1 -0
- package/node/find-2-prong/get-medial/antipodal-point.d.ts +8 -0
- package/node/find-2-prong/get-medial/antipodal-point.js +2 -0
- package/node/find-2-prong/get-medial/antipodal-point.js.map +1 -0
- package/node/find-2-prong/get-medial/get-antipodal-points.d.ts +18 -0
- package/node/find-2-prong/get-medial/get-antipodal-points.js +41 -0
- package/node/find-2-prong/get-medial/get-antipodal-points.js.map +1 -0
- package/node/find-2-prong/get-medial/get-closest-points.d.ts +15 -0
- package/node/find-2-prong/get-medial/get-closest-points.js +167 -0
- package/node/find-2-prong/get-medial/get-closest-points.js.map +1 -0
- package/node/find-2-prong/reduce-radius.d.ts +4 -4
- package/node/find-2-prong/reduce-radius.js +30 -50
- package/node/find-2-prong/reduce-radius.js.map +1 -1
- package/node/{find-3-prong.ts → find-3-prong}/calc-better-x.d.ts +9 -6
- package/node/{find-3-prong.ts → find-3-prong}/calc-better-x.js +11 -6
- package/node/find-3-prong/calc-better-x.js.map +1 -0
- package/node/find-3-prong/calc-initial-3-prong-center.d.ts +15 -0
- package/node/find-3-prong/calc-initial-3-prong-center.js +27 -0
- package/node/find-3-prong/calc-initial-3-prong-center.js.map +1 -0
- package/node/find-3-prong/find-3-prong-for-delta3s.d.ts +19 -0
- package/node/{find-3-prong.ts → find-3-prong}/find-3-prong-for-delta3s.js +47 -32
- package/node/find-3-prong/find-3-prong-for-delta3s.js.map +1 -0
- package/node/find-3-prong/find-3-prong.d.ts +13 -0
- package/node/{find-3-prong.ts → find-3-prong}/find-3-prong.js +14 -9
- package/node/find-3-prong/find-3-prong.js.map +1 -0
- package/node/{find-3-prong.ts → find-3-prong}/find-and-add-3-prong.d.ts +2 -2
- package/node/{find-3-prong.ts → find-3-prong}/find-and-add-3-prong.js +17 -2
- package/node/find-3-prong/find-and-add-3-prong.js.map +1 -0
- package/node/{find-3-prong.ts → find-3-prong}/find-and-add-3-prongs-on-loop.js +8 -21
- package/node/find-3-prong/find-and-add-3-prongs-on-loop.js.map +1 -0
- package/node/{find-3-prong.ts → find-3-prong}/find-and-add-3-prongs.d.ts +1 -4
- package/node/{find-3-prong.ts → find-3-prong}/find-and-add-3-prongs.js +2 -3
- package/node/find-3-prong/find-and-add-3-prongs.js.map +1 -0
- package/node/find-3-prong/get-closest-points.d.ts +10 -0
- package/node/{find-3-prong.ts → find-3-prong}/get-closest-points.js +4 -4
- package/node/find-3-prong/get-closest-points.js.map +1 -0
- package/node/find-3-prong/three-prong-info.d.ts +9 -0
- package/node/find-3-prong/three-prong-info.js +2 -0
- package/node/find-3-prong/three-prong-info.js.map +1 -0
- package/node/find-3-prong/timed-cc.d.ts +3 -0
- package/node/find-3-prong/timed-cc.js +5 -0
- package/node/find-3-prong/timed-cc.js.map +1 -0
- package/node/find-mat/clip-options.d.ts +2 -2
- package/node/find-mat/clip-options.js +7 -14
- package/node/find-mat/clip-options.js.map +1 -1
- package/node/find-mat/create-initial-cp-tree.d.ts +9 -8
- package/node/find-mat/create-initial-cp-tree.js +17 -20
- package/node/find-mat/create-initial-cp-tree.js.map +1 -1
- package/node/find-mat/find-mat.d.ts +5 -5
- package/node/find-mat/find-mat.js +6 -12
- package/node/find-mat/find-mat.js.map +1 -1
- package/node/find-mat/find-mats.js +7 -12
- package/node/find-mat/find-mats.js.map +1 -1
- package/node/find-mat/get-dull-corners-on-loop.d.ts +3 -3
- package/node/find-mat/get-dull-corners-on-loop.js +5 -4
- package/node/find-mat/get-dull-corners-on-loop.js.map +1 -1
- package/node/find-mat/get-for-1-prongs-on-loop.d.ts +7 -7
- package/node/find-mat/get-for-1-prongs-on-loop.js +9 -21
- package/node/find-mat/get-for-1-prongs-on-loop.js.map +1 -1
- package/node/find-mat/get-for-2-prongs-on-loop.d.ts +5 -4
- package/node/find-mat/get-for-2-prongs-on-loop.js +4 -6
- package/node/find-mat/get-for-2-prongs-on-loop.js.map +1 -1
- package/node/find-mat/get-meta.d.ts +3 -3
- package/node/find-mat/get-meta.js +13 -12
- package/node/find-mat/get-meta.js.map +1 -1
- package/node/find-mat/get-sharp-corners.d.ts +3 -3
- package/node/find-mat/get-sharp-corners.js +2 -3
- package/node/find-mat/get-sharp-corners.js.map +1 -1
- package/node/find-mat/mat-options.d.ts +15 -15
- package/node/find-mat/mat-options.js +7 -4
- package/node/find-mat/mat-options.js.map +1 -1
- package/node/floyd-warshall/floyd-warshall.js +1 -1
- package/node/floyd-warshall/floyd-warshall.js.map +1 -1
- package/node/floyd-warshall/get-graph.js +2 -2
- package/node/floyd-warshall/get-graph.js.map +1 -1
- package/node/floyd-warshall/get-hole-closer-pairs.js +6 -6
- package/node/floyd-warshall/get-hole-closer-pairs.js.map +1 -1
- package/node/geometry/circle.d.ts +1 -0
- package/node/geometry/circle.js +1 -0
- package/node/geometry/circle.js.map +1 -1
- package/node/geometry/get-closest-square-distance-to-rect.js +1 -4
- package/node/geometry/get-closest-square-distance-to-rect.js.map +1 -1
- package/node/geometry/get-closest-squared-distance-to-rotated-rect.js +2 -1
- package/node/geometry/get-closest-squared-distance-to-rotated-rect.js.map +1 -1
- package/node/index.d.ts +1 -7
- package/node/index.js +1 -5
- package/node/index.js.map +1 -1
- package/node/loop/get-max-coordinate.d.ts +2 -1
- package/node/loop/get-max-coordinate.js +6 -8
- package/node/loop/get-max-coordinate.js.map +1 -1
- package/node/mat/add-to-cp-tree.d.ts +3 -3
- package/node/mat/add-to-cp-tree.js +5 -5
- package/node/mat/add-to-cp-tree.js.map +1 -1
- package/node/mat/create-new-cp-trees.d.ts +10 -0
- package/node/mat/create-new-cp-trees.js +24 -0
- package/node/mat/create-new-cp-trees.js.map +1 -0
- package/node/mat/curve-piece.d.ts +1 -1
- package/node/mat/get-boundary-piece-beziers.d.ts +3 -3
- package/node/mat/get-boundary-piece-beziers.js +125 -20
- package/node/mat/get-boundary-piece-beziers.js.map +1 -1
- package/node/mat/get-branches.d.ts +1 -1
- package/node/mat/get-closeby-cp-if-exist.d.ts +5 -5
- package/node/mat/get-closeby-cp-if-exist.js +6 -5
- package/node/mat/get-closeby-cp-if-exist.js.map +1 -1
- package/node/mat/get-cp-node-to-left-or-same.d.ts +4 -4
- package/node/mat/get-cp-node-to-left-or-same.js +4 -3
- package/node/mat/get-cp-node-to-left-or-same.js.map +1 -1
- package/node/mat/get-largest-vertex.d.ts +1 -1
- package/node/mat/get-largest-vertex.js +1 -1
- package/node/mat/get-largest-vertex.js.map +1 -1
- package/node/mat/mat-meta.d.ts +4 -5
- package/node/mat/mat.d.ts +5 -5
- package/node/mat/simplify-mat.js +5 -4
- package/node/mat/simplify-mat.js.map +1 -1
- package/node/mat/trim-mat.d.ts +3 -2
- package/node/mat/trim-mat.js +5 -3
- package/node/mat/trim-mat.js.map +1 -1
- package/node/point-on-shape/calc-pos-order.d.ts +8 -5
- package/node/point-on-shape/calc-pos-order.js +7 -7
- package/node/point-on-shape/calc-pos-order.js.map +1 -1
- package/node/point-on-shape/compare-poss.d.ts +4 -0
- package/node/point-on-shape/compare-poss.js +12 -0
- package/node/point-on-shape/compare-poss.js.map +1 -1
- package/node/point-on-shape/get-osculating-circle.d.ts +5 -6
- package/node/point-on-shape/get-osculating-circle.js +18 -20
- package/node/point-on-shape/get-osculating-circle.js.map +1 -1
- package/node/point-on-shape/get-pos-corner.d.ts +18 -4
- package/node/point-on-shape/get-pos-corner.js +6 -6
- package/node/point-on-shape/get-pos-corner.js.map +1 -1
- package/node/point-on-shape/is-pos-corner.d.ts +3 -2
- package/node/point-on-shape/is-pos-corner.js.map +1 -1
- package/node/point-on-shape/is-pos-sharp-corner.d.ts +1 -12
- package/node/point-on-shape/is-pos-sharp-corner.js +4 -5
- package/node/point-on-shape/is-pos-sharp-corner.js.map +1 -1
- package/node/point-on-shape/point-on-shape.d.ts +39 -6
- package/node/point-on-shape/pos-to-human-string.d.ts +1 -1
- package/node/point-on-shape/pos-to-human-string.js.map +1 -1
- package/node/point-on-shape/to-p.d.ts +9 -0
- package/node/point-on-shape/to-p.js +13 -0
- package/node/point-on-shape/to-p.js.map +1 -0
- package/node/sat/add-debug-info.d.ts +2 -1
- package/node/sat/add-debug-info.js +2 -1
- package/node/sat/add-debug-info.js.map +1 -1
- package/node/sat/cull-non-cycles.d.ts +2 -1
- package/node/sat/cull-non-cycles.js +5 -3
- package/node/sat/cull-non-cycles.js.map +1 -1
- package/node/sat/cull.js +3 -4
- package/node/sat/cull.js.map +1 -1
- package/node/sat/get-leaves.d.ts +1 -1
- package/node/sat/get-leaves.js +1 -2
- package/node/sat/get-leaves.js.map +1 -1
- package/node/sat/get-sat-culls.d.ts +2 -2
- package/node/sat/get-sat-culls.js +3 -3
- package/node/sat/get-sat-culls.js.map +1 -1
- package/node/sat/to-scale-axis.d.ts +1 -1
- package/node/sat/to-scale-axis.js +2 -2
- package/node/sat/to-scale-axis.js.map +1 -1
- package/node/svg/get-loop-bounds.d.ts +7 -7
- package/node/svg/get-loop-bounds.js +33 -70
- package/node/svg/get-loop-bounds.js.map +1 -1
- package/node/svg/get-min-y-pos.d.ts +2 -3
- package/node/svg/get-min-y-pos.js +2 -2
- package/node/svg/get-min-y-pos.js.map +1 -1
- package/node/svg/get-shape-bounds.d.ts +6 -6
- package/node/svg/get-shape-bounds.js +6 -6
- package/node/svg/get-shape-bounds.js.map +1 -1
- package/node/utils/mutable.d.ts +4 -0
- package/node/utils/mutable.js +2 -0
- package/node/utils/mutable.js.map +1 -0
- package/node/utils/sum.js.map +1 -1
- package/node/utils/time-function-call.d.ts +14 -0
- package/node/utils/time-function-call.js +32 -0
- package/node/utils/time-function-call.js.map +1 -0
- package/node/vertex/remove-vertex.d.ts +1 -0
- package/node/vertex/remove-vertex.js +1 -1
- package/node/vertex/remove-vertex.js.map +1 -1
- package/package.json +6 -9
- package/src/add-n-prong.ts/join-spokes.ts +8 -6
- package/src/closest-boundary-point/{cull-bezier-pieces.ts → cull-bezier-pieces-1.ts} +7 -7
- package/src/closest-boundary-point/cull-by-loose-bounding-box.ts +15 -14
- package/src/closest-boundary-point/cull-by-tight-boundary-box.ts +2 -2
- package/src/closest-boundary-point/foot-and-endpoint-info.ts +5 -10
- package/src/closest-boundary-point/get-best-distance-squared.ts +18 -15
- package/src/closest-boundary-point/get-close-boundary-points-certified.ts +25 -31
- package/src/closest-boundary-point/get-potential-closest-points-on-curve-certified.ts +41 -102
- package/src/closest-boundary-point/root-interval-to-distance-squared-interval.ts +7 -12
- package/src/corner/compare-curvatures-at-interface.ts +1 -1
- package/src/corner/corner.ts +7 -6
- package/src/corner/get-corner.ts +4 -11
- package/src/corner/get-interface-ccw.ts +5 -5
- package/src/cp-node/cp-node-fs.ts +0 -5
- package/src/cp-node/cp-node.ts +12 -10
- package/src/cp-node/fs/add-distance-from.ts +1 -2
- package/src/cp-node/fs/clone.ts +2 -1
- package/src/cp-node/fs/cp-node-comparator.ts +2 -2
- package/src/cp-node/fs/enhance-cp-node.ts +5 -5
- package/src/cp-node/fs/get-boundary-bezier-parts-to-next.ts +2 -2
- package/src/cp-node/fs/get-cp-node-ordering.ts +4 -4
- package/src/cp-node/fs/get-edge-direction.ts +3 -3
- package/src/cp-node/fs/get-hole-closers.ts +1 -1
- package/src/cp-node/fs/get-implied-boundary-bezier-between.ts +2 -2
- package/src/cp-node/fs/get-mat-curve-between.ts +8 -6
- package/src/cp-node/fs/get-salience.ts +4 -4
- package/src/cp-node/fs/insert-cp-node.ts +12 -12
- package/src/cp-node/fs/is-one-prong.ts +3 -14
- package/src/cp-node/fs/is-order-correct.ts +8 -10
- package/src/cp-node/fs/is-sharp.ts +1 -1
- package/src/cp-node/fs/remove-cp-node.ts +4 -6
- package/src/cp-node/fs/traverse-cp.ts +1 -1
- package/src/cp-node/fs/traverse-vertices.ts +1 -2
- package/src/cp-node/stringification/cp-node-stringifyable.ts +7 -16
- package/src/cp-node/stringification/from-stringifyable.ts +6 -6
- package/src/cp-node/stringification/to-stringifyable.ts +5 -9
- package/src/debug/debug-elem-types.ts +2 -3
- package/src/{mat → debug}/elem-type-two-prong.ts +1 -1
- package/src/debug/functions/check-ordering.ts +13 -17
- package/src/debug/functions/cmp-cp-on-delta.ts +3 -3
- package/src/debug/functions/draw-elem/draw-branch.ts +1 -3
- package/src/debug/functions/draw-elem/draw-cp-node.ts +5 -6
- package/src/debug/functions/draw-elem/draw-elem.ts +1 -5
- package/src/debug/functions/draw-elem/draw-leaves.ts +5 -5
- package/src/debug/functions/draw-elem/draw-mat.ts +2 -5
- package/src/debug/functions/draw-elem/draw-max-vertex.ts +3 -3
- package/src/debug/functions/draw-elem/draw-min-y.ts +2 -2
- package/src/debug/functions/draw-elem/draw-one-prong-at-dull-corner.ts +17 -3
- package/src/debug/functions/draw-elem/draw-one-prong.ts +10 -8
- package/src/debug/functions/draw-elem/draw-three-prong.ts +5 -5
- package/src/debug/functions/draw-elem/draw-two-prong.ts +4 -3
- package/src/debug/functions/draw-elem/draw-vertex.ts +2 -5
- package/src/debug/functions/draw-elem/one-prong-at-dull-corner.ts +2 -2
- package/src/debug/functions/general.ts +1 -1
- package/src/debug/functions/three-prong.ts +220 -220
- package/src/error-analysis/gamma.ts +9 -2
- package/src/find-2-prong/add-1-prong.ts +8 -8
- package/src/find-2-prong/add-2-prong.ts +64 -58
- package/src/find-2-prong/calc-seperation-tolerance.ts +4 -8
- package/src/find-2-prong/cull-bezier-pieces.ts +41 -21
- package/src/find-2-prong/find-2-prong.ts +105 -153
- package/src/find-2-prong/find-and-add-2-prong.ts +23 -23
- package/src/find-2-prong/find-and-add-2-prongs-on-all-loops.ts +4 -6
- package/src/find-2-prong/find-and-add-2-prongs.ts +44 -29
- package/src/find-2-prong/find-and-add-hole-closing-2-prongs.ts +15 -15
- package/src/find-2-prong/get-initial-bezier-pieces.ts +21 -24
- package/src/find-2-prong/get-initial-x.ts +52 -0
- package/src/find-2-prong/get-medial/antipodal-point.ts +12 -0
- package/src/find-2-prong/get-medial/get-antipodal-points.ts +63 -0
- package/src/find-2-prong/get-medial/get-closest-points.ts +211 -0
- package/src/find-2-prong/reduce-radius.ts +38 -61
- package/src/find-2-prong/x-for-debugging.ts +9 -9
- package/src/{find-3-prong.ts → find-3-prong}/calc-better-x.ts +23 -13
- package/src/{find-3-prong.ts → find-3-prong}/calc-initial-3-prong-center.ts +12 -15
- package/src/{find-3-prong.ts → find-3-prong}/find-3-prong-for-delta3s.ts +64 -51
- package/src/find-3-prong/find-3-prong.ts +52 -0
- package/src/{find-3-prong.ts → find-3-prong}/find-and-add-3-prong.ts +20 -6
- package/src/{find-3-prong.ts → find-3-prong}/find-and-add-3-prongs-on-loop.ts +7 -23
- package/src/{find-3-prong.ts → find-3-prong}/find-and-add-3-prongs.ts +6 -4
- package/src/{find-3-prong.ts → find-3-prong}/get-closest-points.ts +6 -5
- package/src/find-3-prong/three-prong-info.ts +13 -0
- package/src/find-3-prong/timed-cc.ts +9 -0
- package/src/find-mat/clip-options.ts +11 -16
- package/src/find-mat/create-initial-cp-tree.ts +29 -34
- package/src/find-mat/find-mat.ts +15 -23
- package/src/find-mat/find-mats.ts +11 -13
- package/src/find-mat/fix-ordering.ts +58 -58
- package/src/find-mat/get-dull-corners-on-loop.ts +12 -10
- package/src/find-mat/get-for-1-prongs-on-loop.ts +11 -33
- package/src/find-mat/get-for-2-prongs-on-loop.ts +9 -12
- package/src/find-mat/get-meta.ts +18 -16
- package/src/find-mat/get-sharp-corners.ts +7 -8
- package/src/find-mat/mat-options.ts +22 -19
- package/src/floyd-warshall/floyd-warshall.ts +1 -1
- package/src/floyd-warshall/get-graph.ts +2 -2
- package/src/floyd-warshall/get-hole-closer-pairs.ts +6 -6
- package/src/geometry/circle.ts +1 -0
- package/src/geometry/get-closest-square-distance-to-rect.ts +3 -8
- package/src/geometry/get-closest-squared-distance-to-rotated-rect.ts +3 -2
- package/src/index.ts +2 -8
- package/src/loop/get-max-coordinate.ts +8 -9
- package/src/mat/add-to-cp-tree.ts +10 -11
- package/src/mat/clone-mat.ts +8 -4
- package/src/mat/clone-meta.ts +22 -10
- package/src/mat/create-new-cp-trees.ts +35 -0
- package/src/mat/curve-piece.ts +1 -1
- package/src/mat/get-boundary-piece-beziers.ts +153 -37
- package/src/mat/get-branches.ts +1 -1
- package/src/mat/get-closeby-cp-if-exist.ts +11 -12
- package/src/mat/get-cp-node-to-left-or-same.ts +9 -8
- package/src/mat/get-largest-3-prong.ts +2 -2
- package/src/mat/get-largest-vertex.ts +2 -2
- package/src/mat/mat-meta.ts +5 -4
- package/src/mat/mat.ts +5 -5
- package/src/mat/simplify-mat.ts +5 -4
- package/src/mat/trim-mat.ts +6 -4
- package/src/point-on-shape/calc-pos-order.ts +10 -11
- package/src/point-on-shape/compare-poss.ts +11 -1
- package/src/point-on-shape/get-osculating-circle.ts +26 -28
- package/src/point-on-shape/get-pos-corner.ts +14 -12
- package/src/point-on-shape/is-pos-corner.ts +1 -4
- package/src/point-on-shape/is-pos-dull-corner.ts +9 -9
- package/src/point-on-shape/is-pos-quite-dull-corner.ts +7 -6
- package/src/point-on-shape/is-pos-quite-sharp-corner.ts +7 -6
- package/src/point-on-shape/is-pos-sharp-corner.ts +6 -5
- package/src/point-on-shape/point-on-shape.ts +44 -6
- package/src/point-on-shape/pos-to-human-string.ts +4 -2
- package/src/point-on-shape/to-p.ts +19 -0
- package/src/sat/add-debug-info.ts +3 -3
- package/src/sat/cull-non-cycles.ts +8 -6
- package/src/sat/cull.ts +7 -8
- package/src/sat/get-leaves.ts +2 -4
- package/src/sat/get-sat-culls.ts +6 -5
- package/src/sat/to-scale-axis.ts +4 -5
- package/src/svg/get-loop-bounds.ts +61 -86
- package/src/svg/get-min-y-pos.ts +3 -4
- package/src/svg/get-shape-bounds.ts +12 -12
- package/src/sweep-line/are-boxes-intersecting.ts +3 -2
- package/src/utils/mutable.ts +7 -0
- package/src/utils/rad-to-deg.ts +1 -1
- package/src/utils/smart-log.ts +20 -0
- package/src/utils/sum.ts +3 -1
- package/src/utils/time-function-call.ts +53 -0
- package/src/vertex/remove-vertex.ts +1 -3
- package/wallaby.mjs +1 -0
- package/.eslintrc.cjs +0 -69
- package/__tests__/cp-node/fs/get-avg-speed.spec.ts +0 -7
- package/__tests__/cp-node/fs/get-smoothed-speed.spec.ts +0 -7
- package/__tests__/cp-node/fs/get-smoothed.spec.ts +0 -7
- package/__tests__/cp-node/fs/get-speed.spec.ts +0 -7
- package/__tests__/cp-node/fs/is-order-correct.spec.ts +0 -7
- package/node/bezier/fit-quads-to-cubic.d.ts +0 -19
- package/node/bezier/fit-quads-to-cubic.js +0 -83
- package/node/bezier/fit-quads-to-cubic.js.map +0 -1
- package/node/bezier/total-curvature.d.ts +0 -14
- package/node/bezier/total-curvature.js +0 -5
- package/node/bezier/total-curvature.js.map +0 -1
- package/node/bezier/total-length.d.ts +0 -14
- package/node/bezier/total-length.js +0 -5
- package/node/bezier/total-length.js.map +0 -1
- package/node/closest-boundary-point/cull-bezier-pieces.d.ts +0 -10
- package/node/closest-boundary-point/cull-bezier-pieces.js.map +0 -1
- package/node/closest-boundary-point/dd-deflate-with-running-error.d.ts +0 -25
- package/node/closest-boundary-point/dd-deflate-with-running-error.js +0 -68
- package/node/closest-boundary-point/dd-deflate-with-running-error.js.map +0 -1
- package/node/closest-boundary-point/get-p-from-box.d.ts +0 -3
- package/node/closest-boundary-point/get-p-from-box.js +0 -11
- package/node/closest-boundary-point/get-p-from-box.js.map +0 -1
- package/node/contact-point/contact-point.d.ts +0 -26
- package/node/contact-point/contact-point.js +0 -22
- package/node/contact-point/contact-point.js.map +0 -1
- package/node/cp-node/fs/get-smoothed-speed.d.ts +0 -14
- package/node/cp-node/fs/get-smoothed-speed.js +0 -75
- package/node/cp-node/fs/get-smoothed-speed.js.map +0 -1
- package/node/cp-node/fs/get-speed.d.ts +0 -15
- package/node/cp-node/fs/get-speed.js +0 -39
- package/node/cp-node/fs/get-speed.js.map +0 -1
- package/node/debug/cp-node-for-debugging.d.ts +0 -11
- package/node/debug/cp-node-for-debugging.js +0 -2
- package/node/debug/cp-node-for-debugging.js.map +0 -1
- package/node/debug/functions/draw-elem/draw-speed.d.ts +0 -4
- package/node/debug/functions/draw-elem/draw-speed.js +0 -21
- package/node/debug/functions/draw-elem/draw-speed.js.map +0 -1
- package/node/find-2-prong/find-and-add-2-prong.d.ts +0 -11
- package/node/find-2-prong/find-and-add-2-prong.js +0 -19
- package/node/find-2-prong/find-and-add-2-prong.js.map +0 -1
- package/node/find-2-prong/find-equidistant-point-on-line-dd.d.ts +0 -10
- package/node/find-2-prong/find-equidistant-point-on-line-dd.js +0 -56
- package/node/find-2-prong/find-equidistant-point-on-line-dd.js.map +0 -1
- package/node/find-3-prong.ts/calc-better-x.js.map +0 -1
- package/node/find-3-prong.ts/calc-initial-3-prong-center.d.ts +0 -13
- package/node/find-3-prong.ts/calc-initial-3-prong-center.js +0 -27
- package/node/find-3-prong.ts/calc-initial-3-prong-center.js.map +0 -1
- package/node/find-3-prong.ts/find-3-prong-for-delta3s.d.ts +0 -22
- package/node/find-3-prong.ts/find-3-prong-for-delta3s.js.map +0 -1
- package/node/find-3-prong.ts/find-3-prong.d.ts +0 -16
- package/node/find-3-prong.ts/find-3-prong.js.map +0 -1
- package/node/find-3-prong.ts/find-and-add-3-prong.js.map +0 -1
- package/node/find-3-prong.ts/find-and-add-3-prongs-on-loop.js.map +0 -1
- package/node/find-3-prong.ts/find-and-add-3-prongs.js.map +0 -1
- package/node/find-3-prong.ts/get-closest-points.d.ts +0 -9
- package/node/find-3-prong.ts/get-closest-points.js.map +0 -1
- package/node/mat/connect-hole-closers.d.ts +0 -3
- package/node/mat/connect-hole-closers.js +0 -5
- package/node/mat/connect-hole-closers.js.map +0 -1
- package/node/mat/create-new-cp-tree.d.ts +0 -9
- package/node/mat/create-new-cp-tree.js +0 -23
- package/node/mat/create-new-cp-tree.js.map +0 -1
- package/node/memoize-primitive.d.ts +0 -11
- package/node/memoize-primitive.js +0 -25
- package/node/memoize-primitive.js.map +0 -1
- package/node/point-on-shape/create-pos.d.ts +0 -4
- package/node/point-on-shape/create-pos.js +0 -11
- package/node/point-on-shape/create-pos.js.map +0 -1
- package/node/point-on-shape/is-pos-quite-sharp-corner.d.ts +0 -17
- package/node/point-on-shape/is-pos-quite-sharp-corner.js +0 -14
- package/node/point-on-shape/is-pos-quite-sharp-corner.js.map +0 -1
- package/src/bezier/fit-quads-to-cubic.ts +0 -103
- package/src/bezier/total-curvature.ts +0 -8
- package/src/bezier/total-length.ts +0 -8
- package/src/closest-boundary-point/closest-points-on-curve-precise.ts +0 -75
- package/src/closest-boundary-point/closest-points-on-curve.ts +0 -72
- package/src/closest-boundary-point/dd-deflate-with-running-error.ts +0 -88
- package/src/contact-point/contact-point.ts +0 -42
- package/src/cp-node/fs/get-avg-speed.ts +0 -31
- package/src/cp-node/fs/get-smoothed-speed.ts +0 -97
- package/src/cp-node/fs/get-smoothed.ts +0 -62
- package/src/cp-node/fs/get-speed.ts +0 -56
- package/src/curve/curve.ts +0 -35
- package/src/dbscan/dbscan.ts +0 -91
- package/src/debug/cp-node-for-debugging.ts +0 -15
- package/src/debug/functions/draw-elem/draw-speed.ts +0 -35
- package/src/debug/three-prong-for-debugging.ts +0 -58
- package/src/debug/two-prong-for-debugging.ts +0 -30
- package/src/dijkstra/dijkstra.ts +0 -418
- package/src/find-2-prong/find-and-add-2-prongs-on-all-paths.ts +0 -38
- package/src/find-2-prong/find-equidistant-point-on-line-dd.ts +0 -77
- package/src/find-2-prong/find-equidistant-point-on-line.ts +0 -40
- package/src/find-2-prong/pyth-trips.ts +0 -146
- package/src/find-3-prong.ts/add-3-prong.ts +0 -113
- package/src/find-3-prong.ts/array-set.ts +0 -47
- package/src/find-3-prong.ts/find-3-prong.ts +0 -48
- package/src/find-3-prong.ts/find-and-add-all-3-prongs.ts +0 -109
- package/src/find-mat/add-2-prongs-by-error.ts +0 -122
- package/src/find-mat/add-debug-info.ts +0 -93
- package/src/find-mat/cp-node-for-insertion.ts +0 -13
- package/src/find-mat/get-dull-corners.ts +0 -34
- package/src/find-mat/get-half-angles.ts +0 -95
- package/src/find-mat/get-size-params.ts +0 -34
- package/src/find-mat/get-total-by.ts +0 -27
- package/src/get-curve/get-curve-between.ts +0 -80
- package/src/get-curve/get-edge-direction.ts +0 -70
- package/src/mat/add-to-cp-graph.ts +0 -60
- package/src/mat/cmp-cp-on-delta.ts +0 -56
- package/src/mat/connect-hole-closers.ts +0 -9
- package/src/mat/create-new-cp-tree.ts +0 -32
- package/src/mat/get-edges-as-array.ts +0 -18
- package/src/mat/get-largest-three-prong.ts +0 -14
- package/src/mat/get-neighboring-cps.ts +0 -49
- package/src/mat/is-another-cp-closeby.ts +0 -69
- package/src/mat/simplify-mat-map-only.ts +0 -110
- package/src/memoize-primitive.ts +0 -31
- package/src/point-on-shape/create-pos.ts +0 -20
- package/src/sat/cull-by-salience.ts +0 -115
- package/src/svg/get-extreme.ts +0 -23
- package/src/utils/bezier-piece-to-bezier.ts +0 -13
- package/src/utils/sleep.ts +0 -7
- /package/node/{find-3-prong.ts → find-3-prong}/find-and-add-3-prongs-on-loop.d.ts +0 -0
package/src/find-mat/get-meta.ts
CHANGED
|
@@ -4,10 +4,10 @@ import type { Curve } from 'flo-boolean';
|
|
|
4
4
|
import type { CpNode } from '../cp-node/cp-node.js';
|
|
5
5
|
import type { TriMap } from '../utils/tri-map.js';
|
|
6
6
|
import type { MatMeta } from '../mat/mat-meta.js';
|
|
7
|
-
import { TriMapFs } from '../utils/tri-map.js';
|
|
7
|
+
// import { TriMapFs } from '../utils/tri-map.js';
|
|
8
8
|
import { getBoundingHull, getBoundingBoxTight } from 'flo-bezier3';
|
|
9
9
|
import { getBoundingBox$ } from '../geometry/get-bounding-box-.js';
|
|
10
|
-
import {
|
|
10
|
+
import { RbTree } from 'flo-ll-rb-tree';
|
|
11
11
|
import { getCorner } from '../corner/get-corner.js';
|
|
12
12
|
|
|
13
13
|
|
|
@@ -21,22 +21,24 @@ let timingStart: number;
|
|
|
21
21
|
/** @internal */
|
|
22
22
|
function getPointToCpNode(
|
|
23
23
|
loops: Loop[],
|
|
24
|
-
cpTrees: Map<Loop,
|
|
24
|
+
cpTrees: Map<Loop, RbTree<CpNode>>): TriMap<Loop,number,number,CpNode> {
|
|
25
25
|
|
|
26
26
|
timingStart = performance.now();
|
|
27
27
|
|
|
28
|
-
const pointToCpNode: TriMap<Loop,number,number,CpNode> = new Map();
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
}
|
|
28
|
+
// const pointToCpNode: TriMap<Loop,number,number,CpNode> = new Map();
|
|
29
|
+
|
|
30
|
+
// for (const loop of loops) {
|
|
31
|
+
// // Populate `posMap`
|
|
32
|
+
// const cpTree = cpTrees.get(loop)!;
|
|
33
|
+
// const cpNodes = cpTree.toArrayInOrder();
|
|
34
|
+
// for (const cpNode of cpNodes) {
|
|
35
|
+
// const { p, t } = cpNode.pointOnShape;
|
|
36
|
+
// TriMapFs.set(pointToCpNode,loop,p[0],p[1],cpNode);
|
|
37
|
+
// }
|
|
38
|
+
// }
|
|
38
39
|
|
|
39
|
-
return pointToCpNode;
|
|
40
|
+
// return pointToCpNode;
|
|
41
|
+
return undefined!
|
|
40
42
|
}
|
|
41
43
|
|
|
42
44
|
|
|
@@ -45,9 +47,9 @@ function getPartialMeta(
|
|
|
45
47
|
loops: Loop[]): Omit<
|
|
46
48
|
MatMeta,
|
|
47
49
|
| 'cpTrees'
|
|
48
|
-
| 'pointToCpNode'
|
|
50
|
+
// | 'pointToCpNode'
|
|
49
51
|
| 'loops'
|
|
50
|
-
| '
|
|
52
|
+
| 'maxCoordPowerOf2'
|
|
51
53
|
| 'squaredDiagonalLength'
|
|
52
54
|
| 'lastInsertId'
|
|
53
55
|
> {
|
|
@@ -1,16 +1,16 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { Loop } from 'flo-boolean';
|
|
3
|
-
import { createPos } from '../point-on-shape/create-pos.js';
|
|
1
|
+
import type { PrePointOnShape } from '../point-on-shape/point-on-shape.js';
|
|
2
|
+
import type { Loop } from 'flo-boolean';
|
|
4
3
|
import { controlPointLinesLength } from 'flo-bezier3';
|
|
4
|
+
import { toP } from '../point-on-shape/to-p.js';
|
|
5
5
|
import { getCorner } from '../corner/get-corner.js';
|
|
6
6
|
|
|
7
7
|
|
|
8
8
|
/** @internal */
|
|
9
9
|
function getSharpCornersOnLoop(
|
|
10
10
|
minBezLength: number) {
|
|
11
|
-
|
|
12
|
-
return (loop: Loop) => {
|
|
13
|
-
const sharpCorners:
|
|
11
|
+
|
|
12
|
+
return (loop: Loop): PrePointOnShape[] => {
|
|
13
|
+
const sharpCorners: PrePointOnShape[] = [];
|
|
14
14
|
|
|
15
15
|
for (let i=0; i<loop.curves.length; i++) {
|
|
16
16
|
const curve = loop.curves[i];
|
|
@@ -20,11 +20,10 @@ function getSharpCornersOnLoop(
|
|
|
20
20
|
}
|
|
21
21
|
|
|
22
22
|
if (getCorner(curve.ps, curve.next.ps).isQuiteSharp) {
|
|
23
|
-
sharpCorners.push(
|
|
23
|
+
sharpCorners.push({ curve, t: 1, isSource: true, p: toP(curve.ps, 1) });
|
|
24
24
|
}
|
|
25
25
|
}
|
|
26
26
|
|
|
27
|
-
// console.log(sharpCorners)
|
|
28
27
|
return sharpCorners;
|
|
29
28
|
}
|
|
30
29
|
}
|
|
@@ -9,7 +9,7 @@ interface MatOptions {
|
|
|
9
9
|
* * Defaults to `0.05`.
|
|
10
10
|
* * The value is clipped in the range `[0.01,3]`.
|
|
11
11
|
*/
|
|
12
|
-
maxCurviness?: number;
|
|
12
|
+
readonly maxCurviness?: number;
|
|
13
13
|
|
|
14
14
|
/**
|
|
15
15
|
* The maximum length a curve can have before an additional MAT
|
|
@@ -21,7 +21,7 @@ interface MatOptions {
|
|
|
21
21
|
* * Defaults to `40`.
|
|
22
22
|
* * The value is clipped in `[1,1024]`.
|
|
23
23
|
*/
|
|
24
|
-
maxLength?: number;
|
|
24
|
+
readonly maxLength?: number;
|
|
25
25
|
|
|
26
26
|
/**
|
|
27
27
|
* If `true` then `toScaleAxis` will be applied to the MAT (and before
|
|
@@ -29,7 +29,7 @@ interface MatOptions {
|
|
|
29
29
|
*
|
|
30
30
|
* * Defaults to `true`
|
|
31
31
|
*/
|
|
32
|
-
applySat?: boolean;
|
|
32
|
+
readonly applySat?: boolean;
|
|
33
33
|
|
|
34
34
|
/**
|
|
35
35
|
* The higher this value, the more aggresively the
|
|
@@ -37,10 +37,10 @@ interface MatOptions {
|
|
|
37
37
|
*
|
|
38
38
|
* * Only applies if `applySat` is `true`
|
|
39
39
|
* * Defaults to 2
|
|
40
|
-
* * The value is clipped in `[1,
|
|
40
|
+
* * The value is clipped in `[1,Infinity]`
|
|
41
41
|
* * Should be larger than one to have an effect
|
|
42
42
|
*/
|
|
43
|
-
satScale?: number;
|
|
43
|
+
readonly satScale?: number;
|
|
44
44
|
|
|
45
45
|
/**
|
|
46
46
|
* If `true` then the `simplyfiMats` will be applied which will replace
|
|
@@ -50,7 +50,7 @@ interface MatOptions {
|
|
|
50
50
|
*
|
|
51
51
|
* * Defaults to `true`
|
|
52
52
|
*/
|
|
53
|
-
simplify?: boolean;
|
|
53
|
+
readonly simplify?: boolean;
|
|
54
54
|
|
|
55
55
|
/**
|
|
56
56
|
* The tolerance, given as the Hausdorff distance between curves, to
|
|
@@ -65,7 +65,7 @@ interface MatOptions {
|
|
|
65
65
|
* 512x400 then the accuracy is scaled to `1/2` a pixel. This ensures
|
|
66
66
|
* scale invariance on the accuracy.
|
|
67
67
|
*/
|
|
68
|
-
simplifyTolerance?: number;
|
|
68
|
+
readonly simplifyTolerance?: number;
|
|
69
69
|
|
|
70
70
|
/**
|
|
71
71
|
* Minimum bezier length before no `CpNode` will attach to it.
|
|
@@ -74,7 +74,7 @@ interface MatOptions {
|
|
|
74
74
|
* * scaled to a 1024x1024 vector image size
|
|
75
75
|
* * Defaults to `1/16`
|
|
76
76
|
*/
|
|
77
|
-
minBezLength?: number;
|
|
77
|
+
readonly minBezLength?: number;
|
|
78
78
|
|
|
79
79
|
/**
|
|
80
80
|
* Angle (in degrees) increments around sharp obtuse corners. The lower the
|
|
@@ -82,7 +82,7 @@ interface MatOptions {
|
|
|
82
82
|
*
|
|
83
83
|
* * Defaults to `15`
|
|
84
84
|
*/
|
|
85
|
-
angleIncrement?: number;
|
|
85
|
+
readonly angleIncrement?: number;
|
|
86
86
|
|
|
87
87
|
/**
|
|
88
88
|
* If `true` then 2-prongs will be inserted apatively according to the
|
|
@@ -106,25 +106,27 @@ const defaultMatOptions: Required<MatOptions> = {
|
|
|
106
106
|
|
|
107
107
|
|
|
108
108
|
type MatOptionMeta = {
|
|
109
|
-
range: [number,number],
|
|
110
|
-
scaleByMaxCoordinate
|
|
111
|
-
scaleByMaxRadius?: boolean | undefined
|
|
109
|
+
readonly range: [number,number],
|
|
110
|
+
readonly scaleByMaxCoordinate: boolean,
|
|
112
111
|
}
|
|
113
112
|
|
|
114
113
|
|
|
115
|
-
const matOptionRanges:
|
|
114
|
+
const matOptionRanges: Omit<Required<{ [K in keyof MatOptions]: MatOptionMeta }>, 'applySat' | 'simplify'> = {
|
|
116
115
|
maxCurviness: {
|
|
117
|
-
range: [0.01,3]
|
|
116
|
+
range: [0.01,3],
|
|
117
|
+
scaleByMaxCoordinate: false
|
|
118
118
|
},
|
|
119
119
|
maxLength: {
|
|
120
120
|
range: [1,1024],
|
|
121
|
-
|
|
121
|
+
scaleByMaxCoordinate: true
|
|
122
122
|
},
|
|
123
123
|
angleIncrement: {
|
|
124
|
-
range: [0.1, 360]
|
|
124
|
+
range: [0.1, 360],
|
|
125
|
+
scaleByMaxCoordinate: false
|
|
125
126
|
},
|
|
126
127
|
satScale: {
|
|
127
|
-
range: [1,
|
|
128
|
+
range: [1, Infinity],
|
|
129
|
+
scaleByMaxCoordinate: false
|
|
128
130
|
},
|
|
129
131
|
simplifyTolerance: {
|
|
130
132
|
range: [2**-20,2**20],
|
|
@@ -134,7 +136,8 @@ const matOptionRanges: Partial<{ [K in keyof MatOptions]: MatOptionMeta }> = {
|
|
|
134
136
|
range: [2**-20,2],
|
|
135
137
|
scaleByMaxCoordinate: true
|
|
136
138
|
}
|
|
137
|
-
}
|
|
139
|
+
};
|
|
138
140
|
|
|
139
141
|
|
|
140
|
-
export { MatOptions, MatOptionMeta
|
|
142
|
+
export type { MatOptions, MatOptionMeta }
|
|
143
|
+
export { defaultMatOptions, matOptionRanges }
|
|
@@ -26,7 +26,7 @@ function getGraph(
|
|
|
26
26
|
continue;
|
|
27
27
|
}
|
|
28
28
|
|
|
29
|
-
let minD =
|
|
29
|
+
let minD = Infinity;
|
|
30
30
|
for (const toChild of getAllOnCircle(cpNodeA)) {
|
|
31
31
|
let d = getMatDistanceToNext$(toChild);
|
|
32
32
|
let child = toChild.next;
|
|
@@ -41,7 +41,7 @@ function getGraph(
|
|
|
41
41
|
}
|
|
42
42
|
if (isVertexSpecial(child)) {
|
|
43
43
|
// we only find the immediate next special ones
|
|
44
|
-
d =
|
|
44
|
+
d = Infinity;
|
|
45
45
|
break; // Next special vertex found but it's not B
|
|
46
46
|
}
|
|
47
47
|
|
|
@@ -6,8 +6,8 @@ import type { CpNode } from "../cp-node/cp-node.js";
|
|
|
6
6
|
* @param holeClosers
|
|
7
7
|
* @returns
|
|
8
8
|
*/
|
|
9
|
-
//
|
|
10
|
-
//
|
|
9
|
+
// FUTURE - this function is currently O(n^2) but could be made O(n).
|
|
10
|
+
// FUTURE - only `pointOnShape.p` is checked but `pointOnShape.t` should also be checked
|
|
11
11
|
// or better yet, `CpNode.cp.order` and `CpNode.cp.order2`, etc.
|
|
12
12
|
function getHoleCloserPairs(
|
|
13
13
|
holeClosers: CpNode[]): Map<CpNode,CpNode> {
|
|
@@ -15,10 +15,10 @@ function getHoleCloserPairs(
|
|
|
15
15
|
const pairs: Map<CpNode,CpNode> = new Map();
|
|
16
16
|
for (let hcA of holeClosers) {
|
|
17
17
|
for (let hcB of holeClosers) {
|
|
18
|
-
const cA = hcA.
|
|
19
|
-
const cB = hcB.
|
|
20
|
-
const cpA = hcA.
|
|
21
|
-
const cpB = hcB.
|
|
18
|
+
const cA = hcA.pointOnShape!.circle!.center;
|
|
19
|
+
const cB = hcB.pointOnShape!.circle!.center;
|
|
20
|
+
const cpA = hcA.pointOnShape!.p;
|
|
21
|
+
const cpB = hcB.pointOnShape!.p;
|
|
22
22
|
if (hcB !== hcA &&
|
|
23
23
|
cA[0] === cB[0] && cA[1] === cB[1] &&
|
|
24
24
|
cpA[0] === cpB[0] && cpA[1] === cpB[1]) {
|
package/src/geometry/circle.ts
CHANGED
|
@@ -1,6 +1,4 @@
|
|
|
1
|
-
import { squaredDistanceBetween
|
|
2
|
-
|
|
3
|
-
const squaredDistanceBetween = squaredDistanceBetween_;
|
|
1
|
+
import { squaredDistanceBetween } from 'flo-vector2d';
|
|
4
2
|
|
|
5
3
|
|
|
6
4
|
/**
|
|
@@ -14,13 +12,10 @@ function getClosestSquareDistanceToRect(
|
|
|
14
12
|
const x0 = p0[0];
|
|
15
13
|
const y0 = p0[1];
|
|
16
14
|
const x1 = p1[0];
|
|
17
|
-
const y1 = p1[1];
|
|
15
|
+
const y1 = p1[1];
|
|
18
16
|
const xp = p[0];
|
|
19
17
|
const yp = p[1];
|
|
20
18
|
|
|
21
|
-
//let [[x0,y0],[x1,y1]] = box;
|
|
22
|
-
//let [xp,yp] = p;
|
|
23
|
-
|
|
24
19
|
if (xp < x0) {
|
|
25
20
|
if (yp < y0) {
|
|
26
21
|
return squaredDistanceBetween(box[0], p);
|
|
@@ -43,7 +38,7 @@ function getClosestSquareDistanceToRect(
|
|
|
43
38
|
} else if (yp > y1) {
|
|
44
39
|
return (yp - y1)**2;
|
|
45
40
|
}
|
|
46
|
-
|
|
41
|
+
|
|
47
42
|
return 0;
|
|
48
43
|
}
|
|
49
44
|
}
|
|
@@ -7,10 +7,11 @@ import {
|
|
|
7
7
|
* @internal
|
|
8
8
|
*/
|
|
9
9
|
function getClosestSquaredDistanceToRotatedRect(ps: number[][], p: number[]) {
|
|
10
|
-
const ds = [0,1,2,3]
|
|
10
|
+
const ds = [0,1,2,3]
|
|
11
|
+
.map(i => squaredDistanceBetweenPointAndLineSegment(
|
|
11
12
|
p,
|
|
12
13
|
[ps[i], ps[(i + 1) % 4]]
|
|
13
|
-
)
|
|
14
|
+
)
|
|
14
15
|
);
|
|
15
16
|
|
|
16
17
|
const width = squaredDistanceBetween(ps[0], ps[1]);
|
package/src/index.ts
CHANGED
|
@@ -6,10 +6,8 @@ export type { Mat } from './mat/mat.js';
|
|
|
6
6
|
export type { CpNode } from './cp-node/cp-node.js';
|
|
7
7
|
export type { PointOnShape } from './point-on-shape/point-on-shape.js';
|
|
8
8
|
export type { Circle } from './geometry/circle.js';
|
|
9
|
-
export type { ContactPoint } from './contact-point/contact-point.js';
|
|
10
9
|
export type { CurvePiece } from './mat/curve-piece.js';
|
|
11
10
|
export type { DrawElemFunctions } from './debug/functions/draw-elem/draw-elem.js';
|
|
12
|
-
export type { ICpNodeForDebugging } from './debug/cp-node-for-debugging.js';
|
|
13
11
|
export type { ITiming } from './debug/debug.js';
|
|
14
12
|
export type { DebugElems } from './debug/debug-elem-types.js';
|
|
15
13
|
export type { Debug } from './debug/debug.js';
|
|
@@ -20,7 +18,6 @@ export { drawBeziersAsSinglePath } from './debug/functions/draw/draw-beziers-as-
|
|
|
20
18
|
export { floydWarshall } from './floyd-warshall/floyd-warshall.js';
|
|
21
19
|
export { CpNodeFs } from './cp-node/cp-node-fs.js';
|
|
22
20
|
export { isVertexSpecial } from './cp-node/fs/is-vertex-special.js';
|
|
23
|
-
export { createPos } from './point-on-shape/create-pos.js';
|
|
24
21
|
export { findMats } from './find-mat/find-mats.js';
|
|
25
22
|
export { trimMat } from './mat/trim-mat.js';
|
|
26
23
|
export { toScaleAxis } from './sat/to-scale-axis.js';
|
|
@@ -35,8 +32,6 @@ export { simplifyMat } from './mat/simplify-mat.js';
|
|
|
35
32
|
export { drawElemFs, drawElemFsDetailed } from './debug/functions/draw-elem/draw-elem.js';
|
|
36
33
|
export { sweepLine } from './sweep-line/sweep-line.js';
|
|
37
34
|
export { getClosestSquareDistanceToRect } from './geometry/get-closest-square-distance-to-rect.js';
|
|
38
|
-
export { connectHoleClosers } from './mat/connect-hole-closers.js';
|
|
39
|
-
export { findAndAdd2Prong } from './find-2-prong/find-and-add-2-prong.js';
|
|
40
35
|
export { getImpliedBoundaryBezierBetween } from './cp-node/fs/get-implied-boundary-bezier-between.js';
|
|
41
36
|
export { getSatCulls } from './sat/get-sat-culls.js';
|
|
42
37
|
export { getGraph } from './floyd-warshall/get-graph.js';
|
|
@@ -82,8 +77,7 @@ export { getEdgeDirection } from './cp-node/fs/get-edge-direction.js';
|
|
|
82
77
|
export { getBoundaryBeziersBetween } from './cp-node/fs/get-boundary-beziers-between.js';
|
|
83
78
|
export { getMatCurvesBetween } from './cp-node/fs/get-mat-curves-between.js';
|
|
84
79
|
export { getHoleClosers } from './cp-node/fs/get-hole-closers.js';
|
|
85
|
-
export { getSpeed } from './cp-node/fs/get-speed.js';
|
|
86
|
-
export { getSmoothedSpeed$ } from './cp-node/fs/get-smoothed-speed.js';
|
|
87
80
|
export { getInitialDegAngleBetweenMatCurves } from './cp-node/fs/get-angle-between-mat-curves.js';
|
|
88
81
|
export { getAllVertices } from './cp-node/fs/get-all-vertices.js';
|
|
89
|
-
export { isTrivial } from './cp-node/fs/is-trivial.js';
|
|
82
|
+
export { isTrivial } from './cp-node/fs/is-trivial.js';
|
|
83
|
+
export { scaleCircle } from './geometry/circle.js';
|
|
@@ -1,5 +1,4 @@
|
|
|
1
|
-
const max = Math
|
|
2
|
-
const abs = Math.abs;
|
|
1
|
+
const { max, abs } = Math;
|
|
3
2
|
|
|
4
3
|
|
|
5
4
|
/**
|
|
@@ -9,13 +8,14 @@ const abs = Math.abs;
|
|
|
9
8
|
*/
|
|
10
9
|
function getLoopsMetrics(loops: number[][][][]): {
|
|
11
10
|
maxCoordinate: number,
|
|
12
|
-
|
|
11
|
+
width: number,
|
|
12
|
+
height: number } {
|
|
13
13
|
|
|
14
14
|
let maxCoordinate = 0;
|
|
15
|
-
let minX =
|
|
16
|
-
let maxX =
|
|
17
|
-
let minY =
|
|
18
|
-
let maxY =
|
|
15
|
+
let minX = +Infinity;
|
|
16
|
+
let maxX = -Infinity;
|
|
17
|
+
let minY = +Infinity;
|
|
18
|
+
let maxY = -Infinity;
|
|
19
19
|
|
|
20
20
|
for (const loop of loops) { for (const ps of loop) { for (const p of ps) {
|
|
21
21
|
const x = p[0];
|
|
@@ -30,9 +30,8 @@ function getLoopsMetrics(loops: number[][][][]): {
|
|
|
30
30
|
|
|
31
31
|
const width = maxX - minX;
|
|
32
32
|
const height = maxY - minY;
|
|
33
|
-
const maxRadius = max(width, height);
|
|
34
33
|
|
|
35
|
-
return { maxCoordinate,
|
|
34
|
+
return { maxCoordinate, width, height };
|
|
36
35
|
}
|
|
37
36
|
|
|
38
37
|
|
|
@@ -1,8 +1,7 @@
|
|
|
1
|
-
import type
|
|
2
|
-
import type
|
|
3
|
-
import type
|
|
4
|
-
import type
|
|
5
|
-
import type { MatMeta } from '../index.js';
|
|
1
|
+
import type { Circle } from '../geometry/circle.js';
|
|
2
|
+
import type { PointOnShape, PrePointOnShape } from '../point-on-shape/point-on-shape.js';
|
|
3
|
+
import type { CpNode } from '../cp-node/cp-node.js';
|
|
4
|
+
import type { MatMeta } from '../mat/mat-meta.js';
|
|
6
5
|
import { getCpNodeToLeftOrSame } from './get-cp-node-to-left-or-same.js';
|
|
7
6
|
import { insertCpNode } from '../cp-node/fs/insert-cp-node.js';
|
|
8
7
|
import { joinSpokes } from '../add-n-prong.ts/join-spokes.js';
|
|
@@ -23,19 +22,19 @@ function addToCpTree(
|
|
|
23
22
|
circle: Circle,
|
|
24
23
|
orders: number[],
|
|
25
24
|
meta: MatMeta,
|
|
26
|
-
poss:
|
|
25
|
+
poss: PrePointOnShape[],
|
|
27
26
|
neighbors?: CpNode[]): { anyFailed: boolean, cpNodes: (CpNode | undefined) [] } {
|
|
28
27
|
|
|
29
28
|
const { cpTrees } = meta;
|
|
30
29
|
|
|
31
30
|
let anyFailed = false;
|
|
32
|
-
const cpNodes = poss.map((
|
|
31
|
+
const cpNodes = poss.map((ppos,i) => {
|
|
33
32
|
const order = orders[i];
|
|
34
|
-
const cpTree = cpTrees.get(
|
|
35
|
-
const
|
|
33
|
+
const cpTree = cpTrees.get(ppos.curve.loop)!;
|
|
34
|
+
const pos: PointOnShape = { ...ppos, circle, order, order2: 0 };
|
|
36
35
|
|
|
37
36
|
const pred = neighbors === undefined
|
|
38
|
-
? getCpNodeToLeftOrSame(cpTree,
|
|
37
|
+
? getCpNodeToLeftOrSame(cpTree, ppos, order, 0)
|
|
39
38
|
: neighbors[i];
|
|
40
39
|
|
|
41
40
|
const cpNode = insertCpNode(
|
|
@@ -43,7 +42,7 @@ function addToCpTree(
|
|
|
43
42
|
isHoleClosing,
|
|
44
43
|
false,
|
|
45
44
|
cpTree,
|
|
46
|
-
|
|
45
|
+
pos,
|
|
47
46
|
pred,
|
|
48
47
|
meta.lastInsertId
|
|
49
48
|
);
|
package/src/mat/clone-mat.ts
CHANGED
|
@@ -1,12 +1,16 @@
|
|
|
1
|
+
import type { Mat } from "./mat.js";
|
|
1
2
|
import { clone } from "../cp-node/fs/clone.js";
|
|
2
3
|
import { cloneMeta } from "./clone-meta.js";
|
|
3
|
-
import { Mat } from "./mat.js";
|
|
4
4
|
|
|
5
5
|
|
|
6
|
-
function cloneMat(
|
|
6
|
+
function cloneMat(
|
|
7
|
+
mat: Mat): Mat {
|
|
8
|
+
|
|
9
|
+
const { cpNode, meta } = mat;
|
|
10
|
+
|
|
7
11
|
return {
|
|
8
|
-
cpNode: clone(
|
|
9
|
-
meta: cloneMeta(
|
|
12
|
+
cpNode: clone(cpNode),
|
|
13
|
+
meta: cloneMeta(cpNode, meta)
|
|
10
14
|
}
|
|
11
15
|
}
|
|
12
16
|
|
package/src/mat/clone-meta.ts
CHANGED
|
@@ -1,16 +1,28 @@
|
|
|
1
|
-
import { MatMeta } from './mat-meta.js';
|
|
1
|
+
import type { MatMeta } from './mat-meta.js';
|
|
2
|
+
import type { CpNode } from '../cp-node/cp-node.js';
|
|
3
|
+
import { createNewCpTrees } from './create-new-cp-trees.js';
|
|
2
4
|
|
|
3
5
|
|
|
4
|
-
function cloneMeta(
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
// loops, looseBoundingBoxes, pointToCpNode, sharpCorners,
|
|
8
|
-
// tightBoundingBoxes, salientCulls, satCulls, maxCoordinate,
|
|
9
|
-
// squaredDiagonalLength
|
|
10
|
-
// } = meta;
|
|
6
|
+
function cloneMeta(
|
|
7
|
+
cpNode: CpNode,
|
|
8
|
+
meta: MatMeta): MatMeta {
|
|
11
9
|
|
|
12
|
-
|
|
13
|
-
|
|
10
|
+
const {
|
|
11
|
+
// pointToCpNode,
|
|
12
|
+
lastInsertId,
|
|
13
|
+
cpTrees,
|
|
14
|
+
...rest
|
|
15
|
+
} = meta;
|
|
16
|
+
|
|
17
|
+
const cpTrees_ = createNewCpTrees(cpNode);
|
|
18
|
+
const lastInsertId_ = { id: lastInsertId.id };
|
|
19
|
+
|
|
20
|
+
return {
|
|
21
|
+
cpTrees: cpTrees_,
|
|
22
|
+
lastInsertId: lastInsertId_,
|
|
23
|
+
// pointToCpNode,
|
|
24
|
+
...rest
|
|
25
|
+
}
|
|
14
26
|
}
|
|
15
27
|
|
|
16
28
|
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
import type { Loop } from 'flo-boolean';
|
|
2
|
+
import type { CpNode } from '../cp-node/cp-node.js';
|
|
3
|
+
import { RbTree } from 'flo-ll-rb-tree';
|
|
4
|
+
import { cpNodeComparator } from '../cp-node/fs/cp-node-comparator.js';
|
|
5
|
+
import { getAllOnLoop } from '../cp-node/fs/get-all-on-loop.js';
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
/**
|
|
10
|
+
* @param cpNode
|
|
11
|
+
*
|
|
12
|
+
* @internal
|
|
13
|
+
*/
|
|
14
|
+
function createNewCpTrees(
|
|
15
|
+
cpNode: CpNode) {
|
|
16
|
+
|
|
17
|
+
const cpTrees_: Map<Loop,RbTree<CpNode>> = new Map();
|
|
18
|
+
|
|
19
|
+
getAllOnLoop(cpNode).forEach(createNewCpTree_);
|
|
20
|
+
|
|
21
|
+
function createNewCpTree_(cpNode: CpNode) {
|
|
22
|
+
const loop = cpNode.pointOnShape.curve.loop;
|
|
23
|
+
let cpTree = cpTrees_.get(loop);
|
|
24
|
+
if (!cpTree) {
|
|
25
|
+
cpTree = new RbTree(cpNodeComparator);
|
|
26
|
+
cpTrees_.set(loop, cpTree);
|
|
27
|
+
}
|
|
28
|
+
cpTree.insert(cpNode);
|
|
29
|
+
}
|
|
30
|
+
|
|
31
|
+
return cpTrees_;
|
|
32
|
+
}
|
|
33
|
+
|
|
34
|
+
|
|
35
|
+
export { createNewCpTrees }
|
package/src/mat/curve-piece.ts
CHANGED