Package Jcg.geometry.kernel


package Jcg.geometry.kernel
  • Class
    Description
    Approximate geometric constructions for plane objects (points, segments, rays)
    Approximate geometric constructions for 3D objects (points, segments, rays)
    Approximate geometric predicates for plane objects (points, segments, rays)
    Exact geometric predicates for plane objects (points, segments, rays) Computations are performed with infinite precision arithmetic (using the java.util.BigDecimal 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)
    Filtered geometric predicates for 3D objects (points, segments, rays)
    Interface defining geometric constructions for plane objects (points, segments, rays)
    Interface defining geometric constructions for objects in 3D(points, segments, rays)
    Interface defining geometric predicates for plane objects (points, segments, rays)
    Interface defining geometric predicates for 3D objects (points, segments, rays)