Uses of Interface
Jcg.geometry.kernel.GeometricPredicates_2
Packages that use GeometricPredicates_2
-
Uses of GeometricPredicates_2 in Jcg.geometry.kernel
Classes in Jcg.geometry.kernel that implement GeometricPredicates_2Modifier and TypeClassDescriptionclassApproximate geometric predicates for plane objects (points, segments, rays)classExact geometric predicates for plane objects (points, segments, rays) Computations are performed with infinite precision arithmetic (using the java.util.BigDecimal class)classFiltered 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)