Previous Up Next

12.7.2  Half-lines in the plane: half_line

See section 13.5.2 for half-lines in space.

The half_line command takes as argument two points or a list of two points.

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

half_line(0,-1+i)

Output:


Previous Up Next