draw.Drawing

Methods

Method Reference: draw.Drawing.line

draw.Drawing: D = line (D, P1, P2)

Append a straight line segment from P1 to P2.

Both points are 1-by-2 vectors in millimetres. A zero-length line is an error rather than an invisible entity in the output.

Source Code: draw.Drawing