From ba7e735e27217b51ee52c6213f07bc5ce9340646 Mon Sep 17 00:00:00 2001 From: ChenX Date: Thu, 16 Apr 2020 16:48:31 +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 --- .../__snapshots__/ParalleLine.test.ts.snap | 24 +++++++++---------- .../Geometry/__snapshots__/orbit.test.ts.snap | 4 ++-- 2 files changed, 14 insertions(+), 14 deletions(-) diff --git a/__test__/Fillet/__snapshots__/ParalleLine.test.ts.snap b/__test__/Fillet/__snapshots__/ParalleLine.test.ts.snap index 35ddf549b..fbdd86743 100644 --- a/__test__/Fillet/__snapshots__/ParalleLine.test.ts.snap +++ b/__test__/Fillet/__snapshots__/ParalleLine.test.ts.snap @@ -2712,17 +2712,17 @@ Array [ 7, 0, Array [ - -0.9999999999999999, + -1, 0, 0, 0, -0, - -0.9999999999999998, + -1, -0, 0, 0, 0, - 0.9999999999999999, + 1, 0, 2722.4010266533096, 272.7242103631359, @@ -2733,17 +2733,17 @@ Array [ 0, true, Array [ - -0.9999999999999999, + -1, 0, 0, 0, 0, - 0.9999999999999998, + 1, 0, 0, 0, 0, - 0.9999999999999999, + 1, 0, 2722.4010266533096, 272.7242103631359, @@ -2801,17 +2801,17 @@ Array [ 7, 0, Array [ - -0.9999999999999999, + -1, 0, 0, 0, -0, - -0.9999999999999998, + -1, -0, 0, 0, 0, - 0.9999999999999999, + 1, 0, 3337.122694299116, 272.7242103631359, @@ -2822,17 +2822,17 @@ Array [ 0, true, Array [ - -0.9999999999999999, + -1, 0, 0, 0, 0, - 0.9999999999999998, + 1, 0, 0, 0, 0, - 0.9999999999999999, + 1, 0, 3337.122694299116, 272.7242103631359, diff --git a/__test__/Geometry/__snapshots__/orbit.test.ts.snap b/__test__/Geometry/__snapshots__/orbit.test.ts.snap index 3cfa640ca..92867f2c7 100644 --- a/__test__/Geometry/__snapshots__/orbit.test.ts.snap +++ b/__test__/Geometry/__snapshots__/orbit.test.ts.snap @@ -26,8 +26,8 @@ Vector3 { exports[`测试求向量 4`] = ` Vector3 { - "x": 1, + "x": 0.7071067811865476, "y": 0, - "z": 1, + "z": 0.7071067811865476, } `;