Apollonius2d.ComputeTanTanTan Method
Public Shared Function ComputeTanTanTan( _
ByVal e1 As Geometry2d, _
ByVal e2 As Geometry2d, _
ByVal e3 As Geometry2d _
) As List(Of Circle2d)
This language is not supported or no code example is available.
public static List<Circle2d> ComputeTanTanTan(
Geometry2d e1,
Geometry2d e2,
Geometry2d e3
)
This language is not supported or no code example is available.
public:
static List<Circle2d^>^ ComputeTanTanTan(
Geometry2d^ e1,
Geometry2d^ e2,
Geometry2d^ e3
)
This language is not supported or no code example is available.
Parameters
- e1
- Geometry2d
The first object to tangent.
- e2
- Geometry2d
The second object to tangent.
- e3
- Geometry2d
The third object to tangent.
Return Value
List<Circle2d>>A list of new circles, which all tangents the objects e1, e2 and e3.