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__/Polyline/__snapshots__/polyline.test.ts.snap

22 lines
427 B

// Jest Snapshot v1, https://goo.gl/fbAQLP
exports[`多段线 优化参数在端点上的时候 1`] = `
Vector3 {
"x": 0,
"y": 0,
"z": 0,
}
`;
exports[`多段线 多段线点获取弧长 1`] = `35.70780177742267`;
exports[`多段线 存在大圆弧的多段线面积 1`] = `-24.019436375469752`;
exports[`多段线 最近点精度 1`] = `
Vector3 {
"x": 1.987500976448074,
"y": 3.9999218841540816,
"z": 0,
}
`;