【发布时间】:2020-02-17 14:59:17
【问题描述】:
我正在尝试构建应用 Eyeshot 12 的弧线。 我使用构造函数:Arc(Plane, 2D center point, 2D start point, 2D end point)。 我有两条弧线。其中一个的终点与另一个的起点完全相同。尽管如此,Eyeshot 还是在这些点之间构造了 显着间隙 的弧线。这是一个错误,还是我做错了什么?
我的arc的参数如下:
Arc1:二维中心点 = (-0.655572, 0.160451),
2D 起点 = (-0.008477, 0.049511),
2D 端点 = (0.000385, 0.1271105)。
Arc2: 2D 中心点 = (-1.789206, 0.218072),
2D 起点 = (0.000385, 0.1271105),
2D 端点 = (0.002240, 0.177704)。
【问题讨论】:
标签: automatic-ref-counting eyeshot