Back to FabImage Library website
You are here: Start » Function Reference » Geometry 2D » Geometry 2D Intersections » SegmentCircleIntersection
| Header: | FIL.h |
|---|---|
| Namespace: | fil |
| Module: | FoundationLite |
Computes the common points of a circle and a segment.
Syntax
C++
C#
void fil::SegmentCircleIntersection ( const fil::Segment2D& inSegment, const fil::Circle2D& inCircle, ftl::Conditional<fil::Point2D>& outIntersectionPoint1, ftl::Conditional<fil::Point2D>& outIntersectionPoint2 )
Parameters
| Name | Type | Default | Description | |
|---|---|---|---|---|
![]() |
inSegment | const Segment2D& | ||
![]() |
inCircle | const Circle2D& | ||
![]() |
outIntersectionPoint1 | Conditional<Point2D>& | ||
![]() |
outIntersectionPoint2 | Conditional<Point2D>& |
Examples
![]() |
![]() |
SegmentCircleIntersection performed on segment and circle.




