Back to Adaptive Vision Library website

You are here: Start » Function Reference » Geometry 2D Intersections

Geometry 2D Intersections

Select a function from the list below.

IconNameDescription
CircleCircleIntersectionComputes common points of two circles.
LineArcIntersectionComputes the common points of an arc and a line.
LineCircleIntersectionComputes common points of a circle and a line.
LineLineIntersectionComputes a common point of two lines.
LineSegmentIntersectionComputes a common point of a line and a segment.
SegmentArcIntersectionComputes the common points of an arc and a segment.
SegmentArrayIntersectionsComputes a common points or segment of any segments from the set.
SegmentCircleIntersectionComputes the common points of a circle and a segment.
SegmentSegmentIntersectionComputes a common point of two segments.
TestRectangleIntersectsWithTests if two rectangles intersect.