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__/Geometry/__snapshots__/circle.test.ts.snap

154 lines
1.5 KiB

// Jest Snapshot v1, https://goo.gl/fbAQLP
exports[`圆偏移 1`] = `
Vector3 {
"x": 7,
"y": 0,
"z": 0,
}
`;
exports[`圆偏移 2`] = `
Vector3 {
"x": 7,
"y": 0,
"z": 0,
}
`;
exports[`圆偏移 3`] = `
Vector3 {
"x": 15,
"y": 0,
"z": 0,
}
`;
exports[`圆偏移 4`] = `
Vector3 {
"x": 15,
"y": 0,
"z": 0,
}
`;
exports[`圆偏移 5`] = `
Vector3 {
"x": 30,
"y": 0,
"z": 0,
}
`;
exports[`圆偏移 6`] = `
Vector3 {
"x": 30,
"y": 0,
"z": 0,
}
`;
exports[`圆偏移 7`] = `
Vector3 {
"x": 30,
"y": 0,
"z": 0,
}
`;
exports[`圆偏移 8`] = `
Vector3 {
"x": 30,
"y": 0,
"z": 0,
}
`;
exports[`圆偏移 9`] = `
Vector3 {
"x": 15,
"y": 0,
"z": 0,
}
`;
exports[`圆偏移 10`] = `
Vector3 {
"x": 15,
"y": 0,
"z": 0,
}
`;
exports[`圆的切割2 1`] = `
Vector3 {
"x": 5,
"y": 5,
"z": 0,
}
`;
exports[`圆的切割2 2`] = `
Vector3 {
"x": 4.999999999999999,
"y": -5,
"z": 0,
}
`;
exports[`圆的切割2 3`] = `
Vector3 {
"x": 4.999999999999999,
"y": -5,
"z": 0,
}
`;
exports[`圆的切割2 4`] = `
Vector3 {
"x": 0,
"y": 6.123233995736766e-16,
"z": 0,
}
`;
exports[`圆的切割2 5`] = `
Vector3 {
"x": 0,
"y": 6.123233995736766e-16,
"z": 0,
}
`;
exports[`圆的切割2 6`] = `
Vector3 {
"x": 5,
"y": 5,
"z": 0,
}
`;
exports[`最近点 1`] = `
Vector3 {
"x": 0,
"y": 0,
"z": 0,
}
`;
exports[`最近点 2`] = `
Vector3 {
"x": 10,
"y": 0,
"z": 0,
}
`;
exports[`最近点2 1`] = `
Vector3 {
"x": 10,
"y": 0,
"z": 0,
}
`;