Intersect2d.CircleCircle (Double, Double, Double, Double, Double, Double, out Point2d, out Point2d, Double) Method
Public Shared Function CircleCircle( _
ByVal cx0 As Double, _
ByVal cy0 As Double, _
ByVal radius0 As Double, _
ByVal cx1 As Double, _
ByVal cy1 As Double, _
ByVal radius1 As Double, _
ByRef intersection1 As Point2d, _
ByRef intersection2 As Point2d, _
Optional ByVal tol As Double = Calc.Epsilon _
) As Integer
This language is not supported or no code example is available.
Parameters
- cx0
- double
- cy0
- double
- radius0
- double
- cx1
- double
- cy1
- double
- radius1
- double
- intersection1
- Point2d
- intersection2
- Point2d
- tol
- double