| Overload | Description |
|---|---|
| IntersectWith(NCircle,NPointList) | Check if this line intersects the specified circle and returns the intersection points if it does. |
| IntersectWith(NLine,NPoint) | Checks if this line inthersects the given line and returns the intersection point as an out parameter if it does. |