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