Intersect2d.CircleCircle (Double, Double, Double, Double, Double, Double, out Point2d, out Point2d, Double) Method

public static int CircleCircle( 
   double cx0
   double cy0
   double radius0
   double cx1
   double cy1
   double radius1
   out Point2d intersection1
   out Point2d intersection2
   double tol = Calc.Epsilon 
)

Parameters

cx0
double

cy0
double

radius0
double

cx1
double

cy1
double

radius1
double

intersection1
Point2d

intersection2
Point2d

tol
double

Return Value

int

.NET Framework

Supported in: 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8

In this article

Definition