diff --git a/__test__/Geometry/__snapshots__/arc.test.ts.snap b/__test__/Geometry/__snapshots__/arc.test.ts.snap index 3503cf7ff..3643cd4e5 100644 --- a/__test__/Geometry/__snapshots__/arc.test.ts.snap +++ b/__test__/Geometry/__snapshots__/arc.test.ts.snap @@ -88,6 +88,21 @@ exports[`圆弧合并 3`] = `0.5`; exports[`圆弧合并 4`] = `0`; +exports[`圆弧盒子 1`] = ` +Box3Ext { + "max": Vector3 { + "x": 203.60657703903053, + "y": 18.43383550555234, + "z": 0, + }, + "min": Vector3 { + "x": -79.23613543558874, + "y": -40.144808257138216, + "z": 0, + }, +} +`; + exports[`最近点 1`] = ` Vector3 { "x": 0,