Returns a path wrapper around a line instance. This is useful if there are a series
of operations you want to do with the same line because you don't have to pass it
in as an argument to each function.
Note that the line is immutable, so a function like sum returns a new LinePath,
wrapping the result of sum.
Returns a path wrapper around a line instance. This is useful if there are a series of operations you want to do with the same line because you don't have to pass it in as an argument to each function.
Note that the line is immutable, so a function like
sum
returns a new LinePath, wrapping the result ofsum
.