Back to FabImage Library website
You are here: Start » Function Reference » Geometry 2D » Geometry 2D Intersections » LineArcIntersection
Header: | FIL.h |
---|---|
Namespace: | fil |
Module: | FoundationLite |
Computes the common points of an arc and a line.
Syntax
C++
C#
void fil::LineArcIntersection ( const fil::Line2D& inLine, const fil::Arc2D& inArc, ftl::Conditional<fil::Point2D>& outIntersectionPoint1, ftl::Conditional<fil::Point2D>& outIntersectionPoint2 )
Parameters
Name | Type | Default | Description | |
---|---|---|---|---|
![]() |
inLine | const Line2D& | ||
![]() |
inArc | const Arc2D& | ||
![]() |
outIntersectionPoint1 | Conditional<Point2D>& | ||
![]() |
outIntersectionPoint2 | Conditional<Point2D>& |
Examples
![]() |
![]() |
LineArcIntersection performed on line and arc.
Errors
List of possible exceptions:
Error type | Description |
---|---|
DomainError | Indefinite line on input in LineArcIntersection. |