Module cavalier_contours::intersects[][src]

Enums

CircleCircleIntr

Holds the result of finding the intersect between a line segment and a circle.

LineCircleIntr

Holds the result of finding the intersect between a line segment and a circle.

LineLineIntr

Holds the result of finding the intersect between two line segments.

PlineSegIntr

Holds the result of finding the intersect between two polyline segments.

Functions

circle_circle_intr

Finds the intersects between two circles.

line_circle_intr

Finds the intersects between a line segment and a circle.

line_line_intr

Finds the intersects between two lines segments.

pline_seg_intr

Finds the intersects between two polyline segments.