From cb0981905f92372b6ca0280443e9e5475267d711 Mon Sep 17 00:00:00 2001 From: ChenX Date: Tue, 7 Dec 2021 10:19:34 +0800 Subject: [PATCH] =?UTF-8?q?=E5=BC=80=E5=8F=91:=E6=9B=B4=E6=96=B0=E6=B5=8B?= =?UTF-8?q?=E8=AF=95=E5=BF=AB=E7=85=A7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- __test__/Geometry/__snapshots__/arc.test.ts.snap | 15 +++++++++++++++ 1 file changed, 15 insertions(+) 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,