←
Large
→
Medium
/
Reference of Built-in Symbols
/
Drawing Graphics
/
Line
WMA link
Line
[{$point_1$, $point_2$ ...}]
represents the line primitive.
Line
[{{$point_{11}$, $point_{12}$, ...}, {$point_{21}$, $point_{22}$, ...}, ...}]
represents a number of line primitives.
Graphics[Line[{{0,1},{0,0},{1,0},{1,1}}]]
Graphics3D[Line[{{0,0,0},{0,1,1},{1,0,0}}]]
←
Large
→
Medium