Start » Filter Reference » Geometry 2D » Geometry 2D Intersections » SegmentCircleIntersection
Module: | FoundationLite |
---|
Computes the common points of a circle and a segment.
Name | Type | Description | |
---|---|---|---|
inSegment | Segment2D | ||
inCircle | Circle2D | ||
outIntersectionPoint1 | Point2D? | ||
outIntersectionPoint2 | Point2D? |
Examples
Complexity Level
This filter is available on Basic Complexity Level.