以普通对象表示的直线:起点和终点。也是 line.create 和 line.createSegment 的输入。
line.create
line.createSegment
Provide options without default values
Optional
直线的第一个点,即起始处。
undefined Copy
undefined
直线的第二个点,即结束处;方向从起点指向终点。
Namespace: Bit › Inputs › Line
Other symbols in Inputs.Line:
API reference home · Full symbol index · Tutorials and guides · Platform
以普通对象表示的直线:起点和终点。也是
line.create和line.createSegment的输入。