Expand description
Functions related to line segments.
Functionsยง
- last_
segment_ x - Returns the last segment of x.
- last_
segment_ y - Returns the last segment of y.
- segment_
angle - Returns the angle of the segment.
- segment_
end - Returns the point at the end of the given segment.
- segment_
end_ x - Returns the segment end of x.
- segment_
end_ y - Returns the segment end of y.
- segment_
length - Returns the length of the segment.
- segment_
start - Returns the point at the start of the given segment.
- segment_
start_ x - Returns the segment start of x.
- segment_
start_ y - Returns the segment start of y.
- tangent_
to_ end - Returns the angle coming out of the end of the segment in degrees.