You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
WebCAD/__test__/Geometry/__snapshots__/lir.test.ts.snap

262 lines
4.0 KiB

// Jest Snapshot v1, https://goo.gl/fbAQLP
exports[`lir 1`] = `
Array [
Box2 {
"max": Vector2 {
"x": 22139.12887289156,
"y": -2841.682010503894,
},
"min": Vector2 {
"x": 21469.741102231354,
"y": -3263.948131063738,
},
},
Box2 {
"max": Vector2 {
"x": 21899.684788619557,
"y": -2641.585451102241,
},
"min": Vector2 {
"x": 21688.071880475363,
"y": -2841.682010503894,
},
},
]
`;
exports[`lir 2`] = `
Array [
Box2 {
"max": Vector2 {
"x": 23460.421387167884,
"y": -2637.4589312808325,
},
"min": Vector2 {
"x": 23048.13690406113,
"y": -3242.62504391121,
},
},
]
`;
exports[`lir 3`] = `
Array [
Box2 {
"max": Vector2 {
"x": 24485.042744543087,
"y": -2542.4597375987987,
},
"min": Vector2 {
"x": 23720.604568827835,
"y": -3516.687337476508,
},
},
Box2 {
"max": Vector2 {
"x": 24131.56193396799,
"y": -2013.675435600278,
},
"min": Vector2 {
"x": 23720.604568827835,
"y": -2542.4597375987987,
},
},
]
`;
exports[`lir 4`] = `
Array [
Box2 {
"max": Vector2 {
"x": 25469.309065156027,
"y": -2798.706322535294,
},
"min": Vector2 {
"x": 24639.22077503745,
"y": -3486.2359715248085,
},
},
Box2 {
"max": Vector2 {
"x": 24932,
"y": -2175,
},
"min": Vector2 {
"x": 24639.22077503745,
"y": -2798.706322535294,
},
},
Box2 {
"max": Vector2 {
"x": 25072.310317708012,
"y": -2434.1892907875726,
},
"min": Vector2 {
"x": 24932,
"y": -2798.706322535294,
},
},
]
`;
exports[`lir 5`] = `
Array [
Box2 {
"max": Vector2 {
"x": 26840,
"y": -2267.7761534803576,
},
"min": Vector2 {
"x": 26140,
"y": -3306,
},
},
Box2 {
"max": Vector2 {
"x": 26140,
"y": -2246,
},
"min": Vector2 {
"x": 26040,
"y": -2806,
},
},
Box2 {
"max": Vector2 {
"x": 26540,
"y": -3306,
},
"min": Vector2 {
"x": 26240,
"y": -3486,
},
},
Box2 {
"max": Vector2 {
"x": 26940,
"y": -2866,
},
"min": Vector2 {
"x": 26840,
"y": -3266,
},
},
]
`;
exports[`lir 6`] = `
Array [
Box2 {
"max": Vector2 {
"x": 20867.54619958679,
"y": -2462.241147060554,
},
"min": Vector2 {
"x": 20334.371107671588,
"y": -3470.37106223355,
},
},
Box2 {
"max": Vector2 {
"x": 20971.36213127695,
"y": -2627.7092790342367,
},
"min": Vector2 {
"x": 20867.54619958679,
"y": -3291.6654797019723,
},
},
]
`;
exports[`宽度优先的情况下 不再适合动态规划的内容 1`] = `
Array [
Box2 {
"max": Vector2 {
"x": 1220,
"y": 1084.2889,
},
"min": Vector2 {
"x": 0,
"y": 668.6566,
},
},
Box2 {
"max": Vector2 {
"x": 354.1641,
"y": 668.6566,
},
"min": Vector2 {
"x": 0,
"y": 438.7912,
},
},
Box2 {
"max": Vector2 {
"x": 262.7173,
"y": 438.7912,
},
"min": Vector2 {
"x": 0,
"y": 167.1686,
},
},
Box2 {
"max": Vector2 {
"x": 1220,
"y": 668.6566,
},
"min": Vector2 {
"x": 1004.6024000000001,
"y": 444.4506,
},
},
]
`;
exports[`宽度优先的情况下 不再适合动态规划的内容 2`] = `
Array [
Box2 {
"max": Vector2 {
"x": 1220,
"y": 1084.2889,
},
"min": Vector2 {
"x": 0,
"y": 668.6566,
},
},
Box2 {
"max": Vector2 {
"x": 354.1641,
"y": 575.6342000000001,
},
"min": Vector2 {
"x": 0,
"y": 438.7912,
},
},
Box2 {
"max": Vector2 {
"x": 262.7173,
"y": 332.111,
},
"min": Vector2 {
"x": 0,
"y": 167.1686,
},
},
Box2 {
"max": Vector2 {
"x": 1220,
"y": 646.8867,
},
"min": Vector2 {
"x": 1004.6024000000001,
"y": 444.4506,
},
},
]
`;