flo-mat 3.0.14 → 4.0.1
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/__tests__/cp-node/check-clone-eql-calc.spec.ts +58 -0
- package/__tests__/cp-node/compare-cp-nodes-by-value.ts +37 -0
- package/__tests__/cp-node/compare-loops-by-value.ts +40 -0
- package/__tests__/cp-node/compare-poss-by-value.ts +25 -0
- package/__tests__/cp-node/fs/clone.spec.ts +19 -3
- package/__tests__/cp-node/fs/find-first.spec.ts +13 -3
- package/__tests__/cp-node/fs/get-all-between.spec.ts +20 -3
- package/__tests__/cp-node/fs/get-all-on-circle.spec.ts +10 -10
- package/__tests__/cp-node/fs/get-all-on-loop.spec.ts +16 -3
- package/__tests__/cp-node/fs/get-all-vertices.spec.ts +14 -3
- package/__tests__/cp-node/fs/get-children.spec.ts +18 -3
- package/__tests__/cp-node/fs/get-non-terminating-on-circle.spec.ts +14 -3
- package/__tests__/cp-node/fs/get-prong-count.spec.ts +16 -3
- package/__tests__/cp-node/fs/get-real-prong-count.spec.ts +11 -3
- package/__tests__/cp-node/fs/get-terminating-on-circle.spec.ts +20 -3
- package/__tests__/cp-node/fs/is-fully-terminating.spec.ts +16 -3
- package/__tests__/cp-node/fs/is-on-same-circle.spec.ts +20 -3
- package/__tests__/cp-node/fs/is-one-prong.spec.ts +16 -3
- package/__tests__/cp-node/fs/is-sharp.spec.ts +10 -3
- package/__tests__/cp-node/fs/is-single-3-prong.spec.ts +13 -3
- package/__tests__/cp-node/fs/is-special.spec.ts +12 -3
- package/__tests__/cp-node/fs/is-terminating.spec.ts +15 -3
- package/__tests__/cp-node/fs/is-trivial.spec.ts +13 -3
- package/__tests__/cp-node/fs/is-two-prong.spec.ts +11 -3
- package/__tests__/cp-node/fs/is-vertex-special.spec.ts +13 -3
- package/__tests__/cp-node/fs/is-vertex.spec.ts +14 -3
- package/__tests__/cp-node/fs/iterate-all-on-loop.spec.ts +13 -3
- package/__tests__/cp-node/fs/traverse-all-forward.spec.ts +10 -3
- package/__tests__/cp-node/fs/traverse-cp.spec.ts +9 -3
- package/__tests__/cp-node/fs/traverse-edges.spec.ts +13 -3
- package/__tests__/cp-node/fs/traverse-vertices.spec.ts +12 -3
- package/__tests__/cp-node/random-walk.ts +33 -0
- package/__tests__/cp-node/stringification/from-stringifyable.spec.ts +3 -0
- package/__tests__/cp-node/stringification/loop-from-stringifyable.spec.ts +4 -0
- package/__tests__/cp-node/stringification/loop-to-stringifyable.spec.ts +19 -0
- package/__tests__/cp-node/stringification/to-stringifyable.spec.ts +34 -0
- package/__tests__/get-mats1.ts +122 -0
- 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__/jsog/check-jsog-eql-calc.spec.ts +47 -67
- package/__tests__/jsog/decode-jsog.ts +88 -85
- package/__tests__/jsog/mat-dummy-1.ts +19 -0
- package/__tests__/jsog/mat-dummys.ts +6197 -6195
- package/__tests__/jsog/to-jsog-breath-first.ts +110 -107
- package/__tests__/jsog/to-jsog-depth-first.ts +58 -55
- package/__tests__/lib-load.spec.ts +1 -1
- package/browser/index.js +21168 -17746
- package/browser/index.min.js +1 -1
- package/jest.config.cjs +2 -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 +9 -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 +6 -10
- 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 +6 -10
- package/node/closest-boundary-point/get-potential-closest-points-on-curve-certified.js +12 -79
- 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 +5 -5
- 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 +11 -11
- package/node/cp-node/fs/clone.js +3 -3
- 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 +3 -3
- 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/find-first.d.ts +9 -2
- package/node/cp-node/fs/find-first.js +12 -9
- package/node/cp-node/fs/find-first.js.map +1 -1
- package/node/cp-node/fs/get-all-on-loop.js +5 -6
- package/node/cp-node/fs/get-all-on-loop.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.d.ts +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 +3 -3
- 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-on-same-circle.d.ts +1 -0
- package/node/cp-node/fs/is-on-same-circle.js +1 -0
- package/node/cp-node/fs/is-on-same-circle.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 +2 -2
- 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/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-cp-node.js +2 -2
- package/node/debug/functions/draw-elem/draw-cp-node.js.map +1 -1
- package/node/debug/functions/draw-elem/draw-dull-corner.d.ts +1 -1
- package/node/debug/functions/draw-elem/draw-dull-corner.js +1 -1
- package/node/debug/functions/draw-elem/draw-dull-corner.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.js +2 -2
- package/node/debug/functions/draw-elem/draw-leaves.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-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-sharp-corner.d.ts +1 -1
- package/node/debug/functions/draw-elem/draw-sharp-corner.js +2 -1
- package/node/debug/functions/draw-elem/draw-sharp-corner.js.map +1 -1
- package/node/debug/functions/draw-elem/draw-three-prong.js +2 -2
- 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.js +1 -1
- 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/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 +163 -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/calc-better-x.d.ts +22 -0
- package/node/{find-3-prong.ts → find-3-prong}/calc-better-x.js +8 -5
- 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 +26 -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 +32 -34
- 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.js +2 -2
- package/node/find-3-prong/find-and-add-3-prong.js.map +1 -0
- 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.js +1 -1
- 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 +5 -5
- 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-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 +8 -7
- package/node/find-mat/create-initial-cp-tree.js +16 -19
- package/node/find-mat/create-initial-cp-tree.js.map +1 -1
- package/node/find-mat/find-mat.d.ts +1 -1
- 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 +8 -8
- 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 +5 -5
- package/node/find-mat/get-meta.js +12 -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 +5 -3
- package/node/geometry/circle.js +1 -7
- 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 +2 -9
- 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 +4 -4
- package/node/mat/get-boundary-piece-beziers.d.ts +5 -5
- 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 +3 -3
- package/node/mat/get-cp-node-to-left-or-same.js +2 -2
- 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 +5 -6
- package/node/mat/mat.d.ts +5 -5
- package/node/mat/simplify-mat.d.ts +10 -8
- package/node/mat/simplify-mat.js +17 -14
- 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 +17 -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 +43 -10
- 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 +8 -8
- package/node/svg/get-loop-bounds.js +34 -71
- 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 +11 -13
- 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 +8 -10
- package/src/closest-boundary-point/get-best-distance-squared.ts +18 -15
- package/src/closest-boundary-point/get-close-boundary-points-certified.ts +29 -33
- package/src/closest-boundary-point/get-potential-closest-points-on-curve-certified.ts +15 -90
- package/src/closest-boundary-point/root-interval-to-distance-squared-interval.ts +5 -5
- 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 +19 -12
- package/src/cp-node/fs/add-distance-from.ts +36 -37
- package/src/cp-node/fs/clone.ts +5 -4
- 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/find-first.ts +14 -11
- package/src/cp-node/fs/get-all-on-loop.ts +5 -6
- package/src/cp-node/fs/get-boundary-bezier-parts-to-next.ts +3 -3
- package/src/cp-node/fs/get-cp-node-ordering.ts +4 -4
- package/src/cp-node/fs/get-edge-direction.ts +6 -8
- 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 +10 -10
- package/src/cp-node/fs/is-on-same-circle.ts +1 -0
- package/src/cp-node/fs/is-one-prong.ts +3 -14
- package/src/cp-node/fs/is-order-correct.ts +6 -8
- 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/stringification/cp-node-stringifyable.ts +59 -0
- package/src/cp-node/stringification/from-stringifyable.ts +57 -0
- package/src/cp-node/stringification/loop-from-stringifyable.ts +15 -0
- package/src/cp-node/stringification/loop-stringifyable.ts +8 -0
- package/src/cp-node/stringification/loop-to-stringifyable.ts +14 -0
- package/src/cp-node/stringification/to-stringifyable.ts +67 -0
- 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 -16
- package/src/debug/functions/cmp-cp-on-delta.ts +3 -3
- package/src/debug/functions/draw-elem/draw-cp-node.ts +2 -2
- package/src/debug/functions/draw-elem/draw-dull-corner.ts +2 -2
- package/src/debug/functions/draw-elem/draw-elem.ts +1 -5
- package/src/debug/functions/draw-elem/draw-leaves.ts +2 -2
- package/src/debug/functions/draw-elem/draw-max-vertex.ts +3 -3
- 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-sharp-corner.ts +4 -3
- package/src/debug/functions/draw-elem/draw-three-prong.ts +2 -2
- package/src/debug/functions/draw-elem/draw-two-prong.ts +4 -3
- package/src/debug/functions/draw-elem/draw-vertex.ts +1 -1
- 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/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 +102 -151
- 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 +213 -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 +18 -11
- package/src/{find-3-prong.ts → find-3-prong}/calc-initial-3-prong-center.ts +12 -14
- package/src/{find-3-prong.ts → find-3-prong}/find-3-prong-for-delta3s.ts +46 -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 +2 -2
- package/src/{find-3-prong.ts → find-3-prong}/find-and-add-3-prongs.ts +1 -1
- package/src/{find-3-prong.ts → find-3-prong}/get-closest-points.ts +8 -5
- package/src/find-3-prong/three-prong-info.ts +13 -0
- package/src/find-mat/clip-options.ts +11 -16
- package/src/find-mat/create-initial-cp-tree.ts +28 -33
- package/src/find-mat/find-mat.ts +10 -17
- package/src/find-mat/find-mats.ts +11 -9
- 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 +22 -19
- 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 +6 -12
- 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 +3 -11
- 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 +4 -4
- package/src/mat/get-boundary-piece-beziers.ts +156 -40
- 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 +5 -5
- 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 +7 -6
- package/src/mat/mat.ts +5 -5
- package/src/mat/simplify-mat.ts +20 -17
- 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 +25 -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 +48 -10
- 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 +63 -89
- 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/.eslintrc.cjs +0 -69
- package/__tests__/cp-node/fs/add-distance-from.spec.ts +0 -7
- package/__tests__/cp-node/fs/cp-nodes-to-boundary-beziers.spec.ts +0 -7
- package/__tests__/cp-node/fs/create-cp-node.spec.ts +0 -7
- package/__tests__/cp-node/fs/enhance-cp-node.spec.ts +0 -7
- 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/__tests__/jsog/get-mats1.ts +0 -41
- 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/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/curve/curve.d.ts +0 -33
- package/node/curve/curve.js +0 -2
- package/node/curve/curve.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/error-analysis/gamma.d.ts +0 -26
- package/node/error-analysis/gamma.js +0 -35
- package/node/error-analysis/gamma.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.d.ts +0 -19
- 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 -37
- 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-prong.d.ts +0 -0
- /package/node/{find-3-prong.ts → find-3-prong}/find-and-add-3-prongs-on-loop.d.ts +0 -0
- /package/node/{find-3-prong.ts → find-3-prong}/find-and-add-3-prongs-on-loop.js +0 -0
- /package/node/{find-3-prong.ts → find-3-prong}/find-and-add-3-prongs.d.ts +0 -0
- /package/src/{find-3-prong.ts → find-3-prong}/find-and-add-3-prongs-on-loop.ts +0 -0
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"connect-hole-closers.js","sourceRoot":"","sources":["../../src/mat/connect-hole-closers.ts"],"names":[],"mappings":"AAGA,SAAS,kBAAkB,CAAC,GAAQ;IAChC,OAAO,GAAG,CAAC;AACf,CAAC;AAGD,OAAO,EAAE,kBAAkB,EAAE,CAAA"}
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
import { LlRbTree } from 'flo-ll-rb-tree';
|
|
2
|
-
import { Loop } from 'flo-boolean';
|
|
3
|
-
import { CpNode } from '../cp-node/cp-node.js';
|
|
4
|
-
/**
|
|
5
|
-
* @internal
|
|
6
|
-
* @param cpNode
|
|
7
|
-
*/
|
|
8
|
-
declare function createNewCpTree(cpNode: CpNode): Map<Loop, LlRbTree<CpNode>>;
|
|
9
|
-
export { createNewCpTree };
|
|
@@ -1,23 +0,0 @@
|
|
|
1
|
-
import { LlRbTree } from 'flo-ll-rb-tree';
|
|
2
|
-
import { CpNodeFs } from '../cp-node/cp-node-fs.js';
|
|
3
|
-
const { cpNodeComparator, getAllOnLoop } = CpNodeFs;
|
|
4
|
-
/**
|
|
5
|
-
* @internal
|
|
6
|
-
* @param cpNode
|
|
7
|
-
*/
|
|
8
|
-
function createNewCpTree(cpNode) {
|
|
9
|
-
const newCpTrees = new Map();
|
|
10
|
-
getAllOnLoop(cpNode).forEach(createNewCpTree_);
|
|
11
|
-
function createNewCpTree_(cpNode) {
|
|
12
|
-
const loop = cpNode.cp.pointOnShape.curve.loop;
|
|
13
|
-
let cpTree = newCpTrees.get(loop);
|
|
14
|
-
if (!cpTree) {
|
|
15
|
-
cpTree = new LlRbTree(cpNodeComparator, false);
|
|
16
|
-
newCpTrees.set(loop, cpTree);
|
|
17
|
-
}
|
|
18
|
-
cpTree.insert(cpNode);
|
|
19
|
-
}
|
|
20
|
-
return newCpTrees;
|
|
21
|
-
}
|
|
22
|
-
export { createNewCpTree };
|
|
23
|
-
//# sourceMappingURL=create-new-cp-tree.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"create-new-cp-tree.js","sourceRoot":"","sources":["../../src/mat/create-new-cp-tree.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,MAAM,gBAAgB,CAAC;AAG1C,OAAO,EAAE,QAAQ,EAAE,MAAM,0BAA0B,CAAC;AAEpD,MAAM,EAAE,gBAAgB,EAAE,YAAY,EAAE,GAAG,QAAQ,CAAC;AAGpD;;;GAGG;AACH,SAAS,eAAe,CAAC,MAAc;IACnC,MAAM,UAAU,GAA+B,IAAI,GAAG,EAAE,CAAC;IAEzD,YAAY,CAAC,MAAM,CAAC,CAAC,OAAO,CAAC,gBAAgB,CAAC,CAAC;IAE/C,SAAS,gBAAgB,CAAC,MAAc;QACpC,MAAM,IAAI,GAAG,MAAM,CAAC,EAAE,CAAC,YAAY,CAAC,KAAK,CAAC,IAAI,CAAC;QAC/C,IAAI,MAAM,GAAG,UAAU,CAAC,GAAG,CAAC,IAAI,CAAC,CAAC;QAClC,IAAI,CAAC,MAAM,EAAE,CAAC;YACV,MAAM,GAAG,IAAI,QAAQ,CAAC,gBAAgB,EAAE,KAAK,CAAC,CAAC;YAC/C,UAAU,CAAC,GAAG,CAAC,IAAI,EAAE,MAAM,CAAC,CAAC;QACjC,CAAC;QACD,MAAM,CAAC,MAAM,CAAC,MAAM,CAAC,CAAC;IAC1B,CAAC;IAED,OAAO,UAAU,CAAC;AACtB,CAAC;AAGD,OAAO,EAAE,eAAe,EAAE,CAAA"}
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Memoize (by reference on the input parameter) the given arity 1 function.
|
|
3
|
-
*
|
|
4
|
-
* * also works with primitive keys
|
|
5
|
-
* * keys will *never* be garbage collected (even if they're not
|
|
6
|
-
* primitive); this may or may not be ok, depending on the use case
|
|
7
|
-
* * will also work with `object`s but since this will hold a reference and
|
|
8
|
-
* prevent garbage collection, rather use `memoize` instead
|
|
9
|
-
*/
|
|
10
|
-
declare function memoizePrimitive<T, U>(f: (a: T) => U): (a: T) => U;
|
|
11
|
-
export { memoizePrimitive };
|
|
@@ -1,25 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Memoize (by reference on the input parameter) the given arity 1 function.
|
|
3
|
-
*
|
|
4
|
-
* * also works with primitive keys
|
|
5
|
-
* * keys will *never* be garbage collected (even if they're not
|
|
6
|
-
* primitive); this may or may not be ok, depending on the use case
|
|
7
|
-
* * will also work with `object`s but since this will hold a reference and
|
|
8
|
-
* prevent garbage collection, rather use `memoize` instead
|
|
9
|
-
*/
|
|
10
|
-
function memoizePrimitive(f) {
|
|
11
|
-
const results = new Map();
|
|
12
|
-
return function (a) {
|
|
13
|
-
let result = results.get(a);
|
|
14
|
-
if (result !== undefined) {
|
|
15
|
-
//console.log('cache hit');
|
|
16
|
-
return result;
|
|
17
|
-
}
|
|
18
|
-
//console.log('cache miss');
|
|
19
|
-
result = f(a);
|
|
20
|
-
results.set(a, result);
|
|
21
|
-
return result;
|
|
22
|
-
};
|
|
23
|
-
}
|
|
24
|
-
export { memoizePrimitive };
|
|
25
|
-
//# sourceMappingURL=memoize-primitive.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"memoize-primitive.js","sourceRoot":"","sources":["../src/memoize-primitive.ts"],"names":[],"mappings":"AAEA;;;;;;;;GAQG;AACH,SAAS,gBAAgB,CAAO,CAAc;IAC1C,MAAM,OAAO,GAAG,IAAI,GAAG,EAAO,CAAC;IAE/B,OAAO,UAAS,CAAI;QAChB,IAAI,MAAM,GAAG,OAAO,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC;QAC5B,IAAI,MAAM,KAAK,SAAS,EAAE,CAAC;YACvB,2BAA2B;YAC3B,OAAO,MAAM,CAAC;QAClB,CAAC;QAED,4BAA4B;QAC5B,MAAM,GAAG,CAAC,CAAC,CAAC,CAAC,CAAC;QACd,OAAO,CAAC,GAAG,CAAC,CAAC,EAAE,MAAM,CAAC,CAAC;QAEvB,OAAO,MAAM,CAAC;IAClB,CAAC,CAAA;AACL,CAAC;AAGD,OAAO,EAAE,gBAAgB,EAAE,CAAA"}
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
import { evalDeCasteljauDd } from "flo-bezier3";
|
|
2
|
-
function createPos(curve, t, isSource) {
|
|
3
|
-
return {
|
|
4
|
-
curve,
|
|
5
|
-
t,
|
|
6
|
-
p: evalDeCasteljauDd(curve.ps, [0, t]).map(c => c[1]),
|
|
7
|
-
isSource: isSource === undefined ? false : isSource
|
|
8
|
-
};
|
|
9
|
-
}
|
|
10
|
-
export { createPos };
|
|
11
|
-
//# sourceMappingURL=create-pos.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"create-pos.js","sourceRoot":"","sources":["../../src/point-on-shape/create-pos.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,iBAAiB,EAAE,MAAM,aAAa,CAAA;AAK/C,SAAS,SAAS,CACV,KAAY,EACZ,CAAS,EACT,QAAkB;IAEtB,OAAO;QACH,KAAK;QACL,CAAC;QACD,CAAC,EAAE,iBAAiB,CAAC,KAAK,CAAC,EAAE,EAAE,CAAC,CAAC,EAAC,CAAC,CAAC,CAAC,CAAC,GAAG,CAAC,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC;QACpD,QAAQ,EAAE,QAAQ,KAAK,SAAS,CAAC,CAAC,CAAC,KAAK,CAAC,CAAC,CAAC,QAAQ;KACtD,CAAA;AACL,CAAC;AAGD,OAAO,EAAE,SAAS,EAAE,CAAA"}
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
import { PointOnShape } from "./point-on-shape.js";
|
|
2
|
-
/**
|
|
3
|
-
* @internal
|
|
4
|
-
*/
|
|
5
|
-
declare const isPosQuiteSharpCorner: ((pos: PointOnShape) => boolean) & {
|
|
6
|
-
readonly weakMapS: WeakMap<object, {
|
|
7
|
-
readonly weakMap: WeakMap<object, any>;
|
|
8
|
-
readonly map: Map<object, any>;
|
|
9
|
-
}>;
|
|
10
|
-
readonly mapS: Map<object, {
|
|
11
|
-
readonly weakMap: WeakMap<object, any>;
|
|
12
|
-
readonly map: Map<object, any>;
|
|
13
|
-
}>;
|
|
14
|
-
readonly clearCache: () => void;
|
|
15
|
-
readonly addToCache: (r: unknown, ...args: any) => void;
|
|
16
|
-
};
|
|
17
|
-
export { isPosQuiteSharpCorner };
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
import { memoize } from 'flo-memoize';
|
|
2
|
-
import { isPosCorner } from './is-pos-corner.js';
|
|
3
|
-
import { getPosCorner } from './get-pos-corner.js';
|
|
4
|
-
/**
|
|
5
|
-
* @internal
|
|
6
|
-
*/
|
|
7
|
-
const isPosQuiteSharpCorner = memoize((pos) => {
|
|
8
|
-
if (!isPosCorner(pos)) {
|
|
9
|
-
return false;
|
|
10
|
-
}
|
|
11
|
-
return getPosCorner(pos).isQuiteSharp;
|
|
12
|
-
});
|
|
13
|
-
export { isPosQuiteSharpCorner };
|
|
14
|
-
//# sourceMappingURL=is-pos-quite-sharp-corner.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"is-pos-quite-sharp-corner.js","sourceRoot":"","sources":["../../src/point-on-shape/is-pos-quite-sharp-corner.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,MAAM,aAAa,CAAC;AAEtC,OAAO,EAAE,WAAW,EAAE,MAAM,oBAAoB,CAAC;AACjD,OAAO,EAAE,YAAY,EAAE,MAAM,qBAAqB,CAAC;AAGnD;;GAEG;AACH,MAAM,qBAAqB,GAAG,OAAO,CAAC,CAAC,GAAiB,EAAE,EAAE;IACxD,IAAI,CAAC,WAAW,CAAC,GAAG,CAAC,EAAE,CAAC;QAAC,OAAO,KAAK,CAAC;IAAC,CAAC;IAExC,OAAO,YAAY,CAAC,GAAG,CAAC,CAAC,YAAY,CAAC;AAC1C,CAAC,CAAC,CAAC;AAGH,OAAO,EAAE,qBAAqB,EAAE,CAAA"}
|
|
@@ -1,103 +0,0 @@
|
|
|
1
|
-
import {
|
|
2
|
-
classify, fromToInclErrorBound, cubicToQuadratic, getAbsAreaBetween,
|
|
3
|
-
bezierSelfIntersection
|
|
4
|
-
} from 'flo-bezier3';
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
/**
|
|
8
|
-
* TODO2 - change description - just basically copied from flo-bezier3
|
|
9
|
-
* Approximate the given cubic bezier curve (up to the given tolerance) by
|
|
10
|
-
* fitting an array of ordered (by `t` value) piecewise bezier curves
|
|
11
|
-
* (of quadratic order or less).
|
|
12
|
-
*
|
|
13
|
-
* * the start and end point of each approximating curve lies on the cubic
|
|
14
|
-
* curve and the the tangents of each approximating curve coincide with that of
|
|
15
|
-
* the cubic at each such point
|
|
16
|
-
*
|
|
17
|
-
* @param ps a cubic bezier curve given as an ordered array of its
|
|
18
|
-
* control point coordinates, e.g. `[[0,0], [1,1], [2,1], [2,0]]`
|
|
19
|
-
* @param tolerance tolerance given as the maximum total absolute area difference
|
|
20
|
-
* between the two curves
|
|
21
|
-
*
|
|
22
|
-
* @doc mdx
|
|
23
|
-
*/
|
|
24
|
-
function fitQuadsToCubicTsOnly(
|
|
25
|
-
ps: number[][],
|
|
26
|
-
tolerance: number): number[] {
|
|
27
|
-
|
|
28
|
-
const { collinear, realOrder, nodeType } = classify(ps);
|
|
29
|
-
|
|
30
|
-
// if all points collinear or a line (or point)
|
|
31
|
-
if (collinear || realOrder <= 1) {
|
|
32
|
-
// return a quad that's a line between the first and last points
|
|
33
|
-
// return [ps[0], [(ps[0][0] + ps[3][0])/2, (ps[0][1] + ps[3][1])/2], ps[3]];
|
|
34
|
-
return [0,1];
|
|
35
|
-
}
|
|
36
|
-
|
|
37
|
-
if (realOrder === 2) {
|
|
38
|
-
// already a quadratic in disguise
|
|
39
|
-
|
|
40
|
-
// It is not possible that `toQuadraticFromCubic(ps)` be undefined here
|
|
41
|
-
// since the `real order` is exactly 2 and the control points are *not*
|
|
42
|
-
// collinear.
|
|
43
|
-
return [0,1];
|
|
44
|
-
}
|
|
45
|
-
|
|
46
|
-
const stack: number[][] = [];
|
|
47
|
-
|
|
48
|
-
// if endpoints coincide
|
|
49
|
-
if (ps[0][0] === ps[3][0] && ps[0][1] === ps[3][1]) {
|
|
50
|
-
stack.push([0, 0.5], [0.5,1]);
|
|
51
|
-
} else if (nodeType === 'cusp') {
|
|
52
|
-
const t = bezierSelfIntersection(ps)[0];
|
|
53
|
-
stack.push([0,t], [t,1]); // split at cusp
|
|
54
|
-
} else if (nodeType === 'crunode') {
|
|
55
|
-
const ts = bezierSelfIntersection(ps);
|
|
56
|
-
if (ts.length > 1) {
|
|
57
|
-
stack.push(
|
|
58
|
-
[0, ts[0]],
|
|
59
|
-
[ts[0], ts[1]],
|
|
60
|
-
[ts[1], 1]
|
|
61
|
-
); // split at intersections
|
|
62
|
-
} else {
|
|
63
|
-
// the intersection is outside the range [0,1]
|
|
64
|
-
stack.push([0,1]);
|
|
65
|
-
}
|
|
66
|
-
} else {
|
|
67
|
-
stack.push([0,1]);
|
|
68
|
-
}
|
|
69
|
-
|
|
70
|
-
const qs: number[][][] = [];
|
|
71
|
-
const r: number[] = [];
|
|
72
|
-
while (stack.length !== 0) {
|
|
73
|
-
const ts = stack.pop()!;
|
|
74
|
-
|
|
75
|
-
const [tS,tE] = ts;
|
|
76
|
-
/** the piece of the cubic bezier to approximate */
|
|
77
|
-
const psCubic = fromToInclErrorBound(ps, tS, tE).ps;
|
|
78
|
-
const psQuad = cubicToQuadratic(psCubic);
|
|
79
|
-
// const spanRatio = tE - tS;
|
|
80
|
-
if (psQuad === undefined ||
|
|
81
|
-
// spanRatio*getAbsAreaBetween(psQuad, psCubic) > tolerance) {
|
|
82
|
-
getAbsAreaBetween(psQuad, psCubic) > tolerance) {
|
|
83
|
-
|
|
84
|
-
const tM = (tE + tS)/2;
|
|
85
|
-
stack.push([tS,tM], [tM,tE]); // split cubic in 2 equal pieces
|
|
86
|
-
} else {
|
|
87
|
-
qs.push(psQuad);
|
|
88
|
-
r.push(tS);
|
|
89
|
-
}
|
|
90
|
-
}
|
|
91
|
-
|
|
92
|
-
r.reverse();
|
|
93
|
-
r.push(1);
|
|
94
|
-
|
|
95
|
-
return r;
|
|
96
|
-
}
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
export { fitQuadsToCubicTsOnly }
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
// TESTING
|
|
103
|
-
// fitQuadsToCubicTsOnly([[0,0],[1,0],[0.5,1],[2,0.4]], 0.00001); //?
|
|
@@ -1,75 +0,0 @@
|
|
|
1
|
-
// import { ddDeflate, allRootsCertified, RootInterval } from 'flo-poly';
|
|
2
|
-
// import { evalDeCasteljauDd, getFootpointPolyDd } from 'flo-bezier3';
|
|
3
|
-
// import { Curve } from "../curve/curve.js";
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
// /**
|
|
7
|
-
// * @internal
|
|
8
|
-
// * @param curve The curve
|
|
9
|
-
// * @param p The point from which to check
|
|
10
|
-
// * @param tRange The allowed t range
|
|
11
|
-
// * @param touchedCurve The bezier on which p is located
|
|
12
|
-
// * @param t The t value of the bezier that locates p
|
|
13
|
-
// */
|
|
14
|
-
// function closestPointsOnCurvePrecise(
|
|
15
|
-
// curve: Curve,
|
|
16
|
-
// p: number[],
|
|
17
|
-
// [tS,tE]: number[] = [0,1],
|
|
18
|
-
// touchedCurve: Curve,
|
|
19
|
-
// t: number): {
|
|
20
|
-
// p: number[];
|
|
21
|
-
// t: number;
|
|
22
|
-
// }[] {
|
|
23
|
-
|
|
24
|
-
// const _poly = getFootpointPolyDd(curve.ps, p);
|
|
25
|
-
|
|
26
|
-
// const poly = curve === touchedCurve
|
|
27
|
-
// ? ddDeflate(_poly, t)
|
|
28
|
-
// : _poly;
|
|
29
|
-
|
|
30
|
-
// const roots: Omit<RootInterval,'multiplicity'>[] =
|
|
31
|
-
// allRootsCertified(poly, tS, tE);
|
|
32
|
-
|
|
33
|
-
// // Also test the endpoints
|
|
34
|
-
// const dontPush0 = (
|
|
35
|
-
// (t === 1 && curve === touchedCurve.next) ||
|
|
36
|
-
// (t === 0 && curve === touchedCurve)
|
|
37
|
-
// );
|
|
38
|
-
|
|
39
|
-
// const dontPush1 = (
|
|
40
|
-
// (t === 0 && curve === touchedCurve.prev) ||
|
|
41
|
-
// (t === 1 && curve === touchedCurve)
|
|
42
|
-
// );
|
|
43
|
-
|
|
44
|
-
// if (tS === 0) {
|
|
45
|
-
// if (!dontPush0) { roots.push({ tS: 0, tE: 0 }); }
|
|
46
|
-
// } else if (tS === 1) {
|
|
47
|
-
// if (!dontPush1) { roots.push({ tS: 1, tE: 1 }); }
|
|
48
|
-
// } else {
|
|
49
|
-
// roots.push({ tS: tS, tE: tS });
|
|
50
|
-
// }
|
|
51
|
-
|
|
52
|
-
// if (tE === 0) {
|
|
53
|
-
// if (!dontPush0) { roots.push({ tS: 0, tE: 0 }); }
|
|
54
|
-
// } else if (tE === 1) {
|
|
55
|
-
// if (!dontPush1) { roots.push({ tS: 1, tE: 1 }); }
|
|
56
|
-
// } else {
|
|
57
|
-
// roots.push({ tS: tE, tE: tE });
|
|
58
|
-
// }
|
|
59
|
-
|
|
60
|
-
// const ps = roots.map(
|
|
61
|
-
// root => {
|
|
62
|
-
// const tS = root.tS;
|
|
63
|
-
// const tE = root.tE;
|
|
64
|
-
// const t = tS < 0
|
|
65
|
-
// ? 0
|
|
66
|
-
// : tE > 1 ? 1 : (tS + tE)/2;
|
|
67
|
-
// return { p: evalDeCasteljauDd(curve.ps,[0,t]).map(v => v[1]), t }
|
|
68
|
-
// }
|
|
69
|
-
// );
|
|
70
|
-
|
|
71
|
-
// return ps;
|
|
72
|
-
// }
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
// export { closestPointsOnCurvePrecise }
|
|
@@ -1,72 +0,0 @@
|
|
|
1
|
-
import { allRoots, deflate } from 'flo-poly';
|
|
2
|
-
import { evalDeCasteljau, getFootpointPoly } from 'flo-bezier3';
|
|
3
|
-
import { Curve } from "../curve/curve.js";
|
|
4
|
-
import { eAdd, growExpansion } from 'big-float-ts';
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
/**
|
|
8
|
-
* @internal
|
|
9
|
-
* @param curve The curve
|
|
10
|
-
* @param p The point from which to check
|
|
11
|
-
* @param tRange The allowed t range
|
|
12
|
-
* @param touchedCurve The bezier on which p is located
|
|
13
|
-
* @param t The t value of the bezier that locates p
|
|
14
|
-
*/
|
|
15
|
-
function closestPointsOnCurve(
|
|
16
|
-
curve: Curve,
|
|
17
|
-
p: number[],
|
|
18
|
-
[tS,tE]: number[] = [0,1],
|
|
19
|
-
touchedCurve: Curve,
|
|
20
|
-
t: number): {
|
|
21
|
-
p: number[];
|
|
22
|
-
t: number;
|
|
23
|
-
}[] {
|
|
24
|
-
|
|
25
|
-
const _poly = getFootpointPoly(curve.ps, p);
|
|
26
|
-
|
|
27
|
-
const poly = curve === touchedCurve
|
|
28
|
-
? deflate(_poly, t)
|
|
29
|
-
: _poly;
|
|
30
|
-
|
|
31
|
-
const roots = allRoots(poly, tS, tE);
|
|
32
|
-
|
|
33
|
-
// Also test the endpoints
|
|
34
|
-
let push0 = true;
|
|
35
|
-
let push1 = true;
|
|
36
|
-
if ((t === 1 && curve === touchedCurve.next) ||
|
|
37
|
-
(t === 0 && curve === touchedCurve)) {
|
|
38
|
-
push0 = false;
|
|
39
|
-
}
|
|
40
|
-
if ((t === 0 && curve === touchedCurve.prev) ||
|
|
41
|
-
(t === 1 && curve === touchedCurve)) {
|
|
42
|
-
push1 = false;
|
|
43
|
-
}
|
|
44
|
-
|
|
45
|
-
if (tS === 0) {
|
|
46
|
-
if (push0) { roots.push(0); }
|
|
47
|
-
} else if (tS === 1) {
|
|
48
|
-
if (push1) { roots.push(1); }
|
|
49
|
-
} else {
|
|
50
|
-
roots.push(tS);
|
|
51
|
-
}
|
|
52
|
-
|
|
53
|
-
if (tE === 0) {
|
|
54
|
-
if (push0) { roots.push(0); }
|
|
55
|
-
} else if (tE === 1) {
|
|
56
|
-
if (push1) { roots.push(1); }
|
|
57
|
-
} else {
|
|
58
|
-
roots.push(tE);
|
|
59
|
-
}
|
|
60
|
-
|
|
61
|
-
const ps = roots.map(
|
|
62
|
-
r => {
|
|
63
|
-
const t = r < 0 ? 0 : r > 1 ? 1 : r;
|
|
64
|
-
return { p: evalDeCasteljau(curve.ps,t), t }
|
|
65
|
-
}
|
|
66
|
-
);
|
|
67
|
-
|
|
68
|
-
return ps;
|
|
69
|
-
}
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
export { closestPointsOnCurve }
|
|
@@ -1,88 +0,0 @@
|
|
|
1
|
-
// TODO - import from `flo-poly` in the future
|
|
2
|
-
import { ddMultDouble2 } from "double-double";
|
|
3
|
-
import { ddAddDd } from "double-double";
|
|
4
|
-
import { γγ } from '../error-analysis/gamma.js';
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
// We *have* to do the below❗ The assignee is a getter❗ The assigned is a pure function❗ Otherwise code is too slow❗
|
|
8
|
-
const qmd = ddMultDouble2;
|
|
9
|
-
const qaq = ddAddDd;
|
|
10
|
-
|
|
11
|
-
const { abs } = Math;
|
|
12
|
-
|
|
13
|
-
const γγ3 = γγ(3);
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
/**
|
|
17
|
-
* Deflates the given polynomial *approximately* by removing a factor (x - t).
|
|
18
|
-
*
|
|
19
|
-
* @param p a polynomial with coefficients given densely as an array of
|
|
20
|
-
* double-double precision floating point numbers from highest to lowest power,
|
|
21
|
-
* e.g. `[[0,5],[0,-3],[0,0]]` represents the polynomial `5x^2 - 3x`
|
|
22
|
-
* @param pE the coefficient-wise absolute error of the input polynomial that
|
|
23
|
-
* still need to be multiplied by γγ3, i.e. it is `γγ3` times too big.
|
|
24
|
-
* @param t an evaluation point of the polynomial.
|
|
25
|
-
*
|
|
26
|
-
* @example
|
|
27
|
-
* ```typescript
|
|
28
|
-
* // The polynomial x^3 - 5x^2 + 8x - 4 has a root at 1 and a double root at 2
|
|
29
|
-
* ddDeflate([[0,1], [0,-5], [0,8], [0,-4]], [0,2]); //=> [[0,1], [0,-3], [0,2]]
|
|
30
|
-
* ddDeflate([[0,1], [0,-3], [0,2], [0,2]); //=> [[0,1], [0,-1]]
|
|
31
|
-
* ddDeflate([[0,1], [0,-1]], [0,1]); //=> [[0,1]]
|
|
32
|
-
* ```
|
|
33
|
-
*
|
|
34
|
-
* @doc
|
|
35
|
-
*/
|
|
36
|
-
function ddDeflateWithRunningError(
|
|
37
|
-
p: number[][],
|
|
38
|
-
pE: number[],
|
|
39
|
-
t: number): {
|
|
40
|
-
coeffs: number[][];
|
|
41
|
-
errBound: number[];
|
|
42
|
-
} {
|
|
43
|
-
|
|
44
|
-
//--------------------------------------------------------------------------
|
|
45
|
-
// `var` -> a variable
|
|
46
|
-
// `$var` -> the double precision approximation to `var`
|
|
47
|
-
// `_var` -> the absolute value of $var (a prefix underscore on a variable means absolute value)
|
|
48
|
-
// `var_` -> the error in var (a postfix underscore means error bound but should still be multiplied by 3*γ²)
|
|
49
|
-
// `_var_` -> means both absolute value and absolute error bound
|
|
50
|
-
// recall: `a*b`, where both `a` and `b` have errors |a| and |b| we get for the
|
|
51
|
-
// * error bound of (a*b) === a_|b| + |a|b_ + |a*b| (when either of a and b is double)
|
|
52
|
-
// * error bound of (a*b) === a_|b| + |a|b_ + 2|a*b| (when both a and b is double-double)
|
|
53
|
-
// * error bound of (a+b) === a_ + b_ + |a+b| (when a and/or b is double or double-double)
|
|
54
|
-
// * the returned errors need to be multiplied by 3γ² to get the true error
|
|
55
|
-
// * can use either `$var` or `var[var.length-1]` (the approx value) in error calculations
|
|
56
|
-
// due to multiplication by 3*γ² and not 3*u²
|
|
57
|
-
//--------------------------------------------------------------------------
|
|
58
|
-
const d = p.length - 1;
|
|
59
|
-
const bs = [p[0]]; // coefficients
|
|
60
|
-
let b_ = pE[0]; // running error
|
|
61
|
-
const bEs = [b_]; // coefficient-wise error bound
|
|
62
|
-
|
|
63
|
-
for (let i=1; i<d; i++) {
|
|
64
|
-
// p[i] + t*bs[i-1];
|
|
65
|
-
|
|
66
|
-
const a = bs[i-1];
|
|
67
|
-
const $m = t*a[1];
|
|
68
|
-
const _t = abs(t);
|
|
69
|
-
const m_ = _t*b_ + abs($m);
|
|
70
|
-
|
|
71
|
-
const pi = p[i];
|
|
72
|
-
const p_ = pE[i];
|
|
73
|
-
b_ = p_ + m_ + abs(pi[1] + $m);
|
|
74
|
-
|
|
75
|
-
const b = qaq(pi,qmd(t,a));
|
|
76
|
-
|
|
77
|
-
bs.push(b);
|
|
78
|
-
bEs.push(b_);
|
|
79
|
-
}
|
|
80
|
-
|
|
81
|
-
return {
|
|
82
|
-
coeffs: bs,
|
|
83
|
-
errBound: bEs.map(e => γγ3*e)
|
|
84
|
-
};
|
|
85
|
-
}
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
export { ddDeflateWithRunningError }
|
|
@@ -1,42 +0,0 @@
|
|
|
1
|
-
import { PointOnShape } from '../point-on-shape/point-on-shape.js';
|
|
2
|
-
import { comparePoss } from '../point-on-shape/compare-poss.js';
|
|
3
|
-
import { Circle } from '../geometry/circle.js';
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
/**
|
|
7
|
-
* Represents a point on the shape boundary for which MAT data has been
|
|
8
|
-
* calculated.
|
|
9
|
-
*/
|
|
10
|
-
interface ContactPoint {
|
|
11
|
-
/** Identifies the point on the shape boundary. */
|
|
12
|
-
pointOnShape: PointOnShape;
|
|
13
|
-
/** The maximal disk circle touching this point. */
|
|
14
|
-
circle: Circle;
|
|
15
|
-
/** Internally used to order two points lying at the same planar point. */
|
|
16
|
-
order: number;
|
|
17
|
-
/** Internally used to order two points lying at the same planar point. */
|
|
18
|
-
order2: number;
|
|
19
|
-
}
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
/**
|
|
23
|
-
* Primarily for internal use.
|
|
24
|
-
*
|
|
25
|
-
* Compares the two contact points according to their order along the shape
|
|
26
|
-
* boundary. Returns > 0 if a > b, < 0 if a < b or 0 if a === b.
|
|
27
|
-
* @param a The first contact point.
|
|
28
|
-
* @param b The second contact point.
|
|
29
|
-
*/
|
|
30
|
-
function compareCps(a: ContactPoint, b: ContactPoint) {
|
|
31
|
-
let res = comparePoss(a.pointOnShape, b.pointOnShape);
|
|
32
|
-
|
|
33
|
-
if (res !== 0) { return res; }
|
|
34
|
-
|
|
35
|
-
res = a.order - b.order;
|
|
36
|
-
if (res !== 0) { return res; }
|
|
37
|
-
|
|
38
|
-
return a.order2 - b.order2;
|
|
39
|
-
}
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
export { ContactPoint, compareCps }
|
|
@@ -1,31 +0,0 @@
|
|
|
1
|
-
import { totalAbsoluteCurvature, totalLength } from "flo-bezier3";
|
|
2
|
-
import { memoize } from "flo-memoize";
|
|
3
|
-
import { totalCurvature$ } from "../../bezier/total-curvature.js";
|
|
4
|
-
import { CpNode } from "../cp-node.js";
|
|
5
|
-
import { getMatCurveToNext } from "./get-mat-curve-to-next.js";
|
|
6
|
-
import { getRealProngCount } from "./get-real-prong-count.js";
|
|
7
|
-
|
|
8
|
-
const { min, abs } = Math;
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
const getAvgSpeed$ = memoize(getAvgSpeed);
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
function getAvgSpeed(cpNode: CpNode): number | undefined {
|
|
15
|
-
if (getRealProngCount(cpNode) !== 2) {
|
|
16
|
-
return 0;
|
|
17
|
-
}
|
|
18
|
-
|
|
19
|
-
const { radius: r } = cpNode.cp.circle;
|
|
20
|
-
const matPs = getMatCurveToNext(cpNode);
|
|
21
|
-
const T = totalCurvature$(matPs);
|
|
22
|
-
const l = totalLength(matPs);
|
|
23
|
-
if (l === 0) {
|
|
24
|
-
return undefined;
|
|
25
|
-
}
|
|
26
|
-
|
|
27
|
-
return -r*T/l;
|
|
28
|
-
}
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
export { getAvgSpeed, getAvgSpeed$ }
|