Previous Up Next

25.4.3  Segments in space

See Section 24.6.3 for segments in the plane.

The segment command draws line segments.

Example

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

Previous Up Next