Uses of Interface
Jcg.geometry.kernel.GeometricPredicates_2

Packages that use GeometricPredicates_2
Package
Description
 
  • Uses of GeometricPredicates_2 in Jcg.geometry.kernel

    Classes in Jcg.geometry.kernel that implement GeometricPredicates_2
    Modifier and Type
    Class
    Description
    class 
    Approximate geometric predicates for plane objects (points, segments, rays)
    class 
    Exact geometric predicates for plane objects (points, segments, rays) Computations are performed with infinite precision arithmetic (using the java.util.BigDecimal class)
    class 
    Filtered geometric predicates for plane objects (points, segments, rays)

    Remark
    Test is filtered: if precision bound epsilon is reached, then perform computation with infinite precision arithmetic (using the java.util.BigDecimal class)