Previous Up Next

14.5.3 Segments in space: segment

See Section 13.7.3 for segments in the plane.

The segment command draws line segments.

Example

Input:

segment(point(0,0,0),point(1,1,1))

Output:


Previous Up Next