Previous Up Next

27.4.3  Segments in space

See Section 26.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