Geometry::XCircles
Calculates the intersection points (stored in a Sector structure) of two circles.
bool XCircles ( const Circle* c1, const Circle* c2, Sector* xs );
Parameters
- c1
- Pointer to the first circle.
- c2
- Pointer to the second circle.
- xs
- Pointer to the sector with the intersection points as end points.
Return Values
true
- The circles are intersecting.
false
- The circles are not intersecting.
Requirements
- Version: 1.0 or later
- Header: Circle2DData.h
- Import Library: GeometryImp.lib [Win]
- Module: Geometry.dll [WIN] GeometryLib [Mac]