Apollonius2d Class
Public Class Apollonius2d
This language is not supported or no code example is available.
public class Apollonius2d
This language is not supported or no code example is available.
public ref class Apollonius2d
This language is not supported or no code example is available.
Name | Description | |
---|---|---|
ComputeTanTanRadius(Geometry2d, Geometry2d, double) | Computes the circles with a specified radius that tangents 2 other objects. The objects to tangent should be of type IPosition2d, ICircular2d or a Line2d. If any other type of geometry is given, an exception will be thrown. | |
ComputeTanTanTan(Geometry2d, Geometry2d, Geometry2d) | This function solves the Apollonius problem, which is to compute all circles that tangent three other objects. The objects to tangent should be of type IPosition2d, ICircular2d or Line2d. If any other type of geometry is given, an exception will be thrown. |
IGS.Genamo.Apollonius2d