public System.bool IntersectWith( NRay ray, out NPointList intersectionPoints )
Parameters
- ray
- ray with which to intersect
- intersectionPoints
- resulting intersection points (valid only if the method has returned true)
Return Value
true if this circle intersects with the ray, otherwise false