Previous Up Next

12.5.2  Half lines in space: half_line

See section 11.7.2 for half-lines in the plane.

The half_line command takes as argument two points.

half_line returns and draws the ray from the first point through the second.
Input:

half_line(point(0,0,0),point(1,1,1))

Output:


Previous Up Next