line¶
line(pos: coord) -> frame
Draw a line from the origin to the given position.
The origin of the returned line is at the first vertex. The line color is taken
from the color
variable, the width from the line_width
variable.
line(pos: coord) -> frame
Draw a line from the origin to the given position.
The origin of the returned line is at the first vertex. The line color is taken
from the color
variable, the width from the line_width
variable.