Geotools.Net

RobustCGAlgorithms Class

Implemention of the CGAlgorithms using robust algorithms.

For a list of all members of this type, see RobustCGAlgorithms Members.

System.Object
   CGAlgorithms
      RobustCGAlgorithms

[Visual Basic]
Public Class RobustCGAlgorithms
Inherits CGAlgorithms
[C#]
public class RobustCGAlgorithms : CGAlgorithms

Remarks

Geometric algorithms involve a combination of combinatorial and numerical computation. As with all numerical computation using finite-precision numbers, the algorithms chosen are susceptible to problems of robustness. A robustness problem occurs when a numerical calculation produces an inexact answer due to round-off errors. Robustness problems are especially serious in geometric computation, since the numerical errors can propagate into the combinatorial computations and result in complete failure of the algorithm.

Requirements

Namespace: Geotools.Algorithms Namespace

Assembly: Geotools.dll

See Also

RobustCGAlgorithms Members | Geotools.Algorithms Namespace