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__/Booloperate/__snapshots__/circlebox.test.ts.snap

17 lines
275 B

// Jest Snapshot v1, https://goo.gl/fbAQLP
exports[`圆的包围盒 1`] = `
Box3 {
"max": Vector3 {
"x": 797.2893269281506,
"y": 28.66753717738038,
"z": 0,
},
"min": Vector3 {
"x": -653.9554950751378,
"y": -1422.577284825908,
"z": 0,
},
}
`;