You are here: Start » Function Reference » Geometry 2D » Geometry 2D Intersections
Geometry 2D Intersections
Icon | Name | Description / Applications | Modules | |
---|---|---|---|---|
CircleCircleIntersection | CircleCircleIntersection | Computes common points of two circles. |
FoundationLite | |
LineArcIntersection | LineArcIntersection | Computes the common points of an arc and a line. |
FoundationLite | |
LineCircleIntersection | LineCircleIntersection | Computes common points of a circle and a line. |
FoundationLite | |
LineLineIntersection | LineLineIntersection | Computes a common point of two lines. |
FoundationLite | |
LineSegmentIntersection | LineSegmentIntersection | Computes a common point of a line and a segment. |
FoundationLite | |
SegmentArcIntersection | SegmentArcIntersection | Computes the common points of an arc and a segment. |
FoundationLite | |
SegmentArrayIntersections | SegmentArrayIntersections | Computes a common points or segment of any segments from the set. |
FoundationLite | |
SegmentCircleIntersection | SegmentCircleIntersection | Computes the common points of a circle and a segment. |
FoundationLite | |
SegmentSegmentIntersection | SegmentSegmentIntersection | Computes a common point of two segments. |
FoundationLite | |
TestRectangleIntersectsWith | TestRectangleIntersectsWith | Tests if two rectangles intersect. |
FoundationLite |