# line()
# Example
# Description
Draw a line between the given start and end position with the given line thickness
# Syntax
line(startPosition, endPosition, thickness);
# Parameters
startPosition Vec3: x, y, and z starting position of the line
endPosition Vec3: x, y, and z ending position of the line
thickness Float: thickness of the line
← torus() cylinder() →