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, } `;