There is no sufficient document for Sketch's arc function.
未关闭
docs
- 主要语言
- Python
- 星标
- 5.8k
- 派生
- 541
- 平均合并
- 3 天 2 小时
- 30 天内合并 PR
- 5
描述
In the current master, there is no sufficient document for Sketch's arc function, especially for the overload function of
```
@arc.register
def arc(
self: T,
c: Point,
r: Real,
a: Real,
da: Real,
tag: Optional[str] = None,
forConstruction: bool = False,
) -> T:
```
Maybe variable "a" and variable "da" should be given more cares.
From the source code, I guess "a" should be the start angle, and "da" should be the angle value with direction included. If the arc is toward CW, the "da" should be negtive. Otherwise, the "da" should be positive.
贡献指南
这个仓库没有索引到贡献指南
评估
这个 Issue 还没有评估数据。