skspatial.objects.LineSegment

Methods

contains_point(point, **kwargs)

Check if a point is on the line segment.

intersect_line_segment(other, **kwargs)

Intersect the line segment with another.

plot_2d(ax_2d, **kwargs)

Plot a 2D line segment.

plot_3d(ax_3d, **kwargs)

Plot a 3D line segment.