segment
Creates a line segment between two positions on the line, determined by the parameters t0
and t1
.
Return
A LineSegment
object defined between the positions calculated at t0
and t1
.
Parameters
t0
The parameter representing the first position on the line.
t1
The parameter representing the second position on the line.