You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
WebCAD/__test__/Line/__snapshots__/line.test.ts.snap

18 lines
234 B

// Jest Snapshot v1, https://goo.gl/fbAQLP
exports[`直线偏移 1`] = `
Vector3 {
"x": -6.123233995736766e-16,
"y": 10,
"z": 0,
}
`;
exports[`直线偏移 2`] = `
Vector3 {
"x": 4.999999999999999,
"y": 10,
"z": 0,
}
`;