// Jest Snapshot v1, https://goo.gl/fbAQLP exports[`getLoocAtUpVec 1`] = ` Vector3 { "x": 0, "y": 1, "z": 0, } `; exports[`getLoocAtUpVec 2`] = ` Vector3 { "x": 0, "y": -1, "z": 0, } `; exports[`getLoocAtUpVec 3`] = ` Vector3 { "x": 0, "y": 0, "z": 1, } `; exports[`getLoocAtUpVec 4`] = ` Vector3 { "x": 0, "y": 0, "z": 1, } `; exports[`getLoocAtUpVec 5`] = ` Vector3 { "x": 0, "y": -0, "z": 1, } `; exports[`排序测试 排序点Xyz 1`] = ` Array [ Vector3 { "x": 6, "y": 2, "z": 4, }, Vector3 { "x": 3, "y": 3, "z": 1, }, Vector3 { "x": 2, "y": 2, "z": 2, }, Vector3 { "x": 1, "y": 2, "z": 1, }, Vector3 { "x": 1, "y": 3, "z": 1, }, Vector3 { "x": 1, "y": 4, "z": 3, }, ] `; exports[`排序测试 排序点Zx 1`] = ` Array [ Vector3 { "x": 6, "y": 2, "z": 4, }, Vector3 { "x": 1, "y": 4, "z": 3, }, Vector3 { "x": 2, "y": 2, "z": 2, }, Vector3 { "x": 1, "y": 2, "z": 1, }, Vector3 { "x": 1, "y": 3, "z": 1, }, Vector3 { "x": 3, "y": 3, "z": 1, }, ] `; exports[`排序测试 排序点xyz 1`] = ` Array [ Vector3 { "x": 1, "y": 2, "z": 1, }, Vector3 { "x": 1, "y": 3, "z": 1, }, Vector3 { "x": 1, "y": 4, "z": 3, }, Vector3 { "x": 2, "y": 2, "z": 2, }, Vector3 { "x": 3, "y": 3, "z": 1, }, Vector3 { "x": 6, "y": 2, "z": 4, }, ] `; exports[`旋转量 1`] = ` Vector3 { "x": 0.8775825618903728, "y": 0.479425538604203, "z": 0, } `; exports[`旋转量 2`] = ` Vector3 { "x": 1, "y": 0, "z": 0, } `;