Back to Aurora Vision Studio website

You are here: Start » Filter Reference » Geometry 2D » Geometry 2D Intersections » LineCircleIntersection

LineCircleIntersection


Module: FoundationLite

Computes common points of a circle and a line.

Name Type Description
Input value inLine Line2D
Input value inCircle Circle2D
Output value outIntersectionPoint1 Point2D?
Output value outIntersectionPoint2 Point2D?

Examples

LineCircleIntersection performed on line and circle.

Errors

This filter can throw an exception to report error. Read how to deal with errors in Error Handling.

List of possible exceptions:

Error type Description
DomainError Indefinite line on input in LineCircleIntersection.

Complexity Level

This filter is available on Basic Complexity Level.