From eb32933ae4204adb2452ee0b54553e4f4a68c302 Mon Sep 17 00:00:00 2001 From: ChenX Date: Tue, 24 May 2022 16:55:44 +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 | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/__test__/Geometry/__snapshots__/arc.test.ts.snap b/__test__/Geometry/__snapshots__/arc.test.ts.snap index 8ab969e41..3040dc337 100644 --- a/__test__/Geometry/__snapshots__/arc.test.ts.snap +++ b/__test__/Geometry/__snapshots__/arc.test.ts.snap @@ -2,17 +2,17 @@ exports[`三点共线 1`] = ` Vector3 { - "x": -49999.99999499999, - "y": 1.0000000000015987, + "x": -499.99949999999995, + "y": 1.0000000000001674, "z": 0, } `; -exports[`三点共线 2`] = `6.283165307179587`; +exports[`三点共线 2`] = `6.281185307846252`; -exports[`三点共线 3`] = `0.000019999999999301362`; +exports[`三点共线 3`] = `0.0019999993333333983`; -exports[`三点共线 4`] = `50000.000004999994`; +exports[`三点共线 4`] = `500.00049999999993`; exports[`三点同一位置 1`] = `0`;