Back to FabImage Library Lite website
You are here: Start » Geometry 2D » Geometry 2D Intersections » CircleCircleIntersection
CircleCircleIntersection
| Header: | FIL.h |
|---|---|
| Namespace: | fil |
Computes common points of two circles.
Syntax
void fil::CircleCircleIntersection ( const fil::Circle2D& inCircle1, const fil::Circle2D& inCircle2, ftl::Conditional<fil::Point2D>& outIntersectionPoint1, ftl::Conditional<fil::Point2D>& outIntersectionPoint2 )
Parameters
| Name | Type | Default | Description | |
|---|---|---|---|---|
![]() |
inCircle1 | const Circle2D& | ||
![]() |
inCircle2 | const Circle2D& | ||
![]() |
outIntersectionPoint1 | Conditional<Point2D>& | ||
![]() |
outIntersectionPoint2 | Conditional<Point2D>& |
Examples
![]() |
![]() |
CircleCircleIntersection performed on two circles.




