// Jest Snapshot v1, https://goo.gl/fbAQLP exports[`相交测试 1`] = ` Vector3 { "x": 0.5, "y": 0, "z": 0, } `; exports[`相交测试 2`] = `undefined`; exports[`相交测试 3`] = ` Vector3 { "x": 0.5, "y": 5, "z": 0, } `;