Package Jcg.polyhedron


package Jcg.polyhedron
  • Classes
    Class
    Description
     
    Face<X extends Point_>
    A class representing a face of a polyhedral (surface or planar) mesh (Half-edge data structure)
    Halfedge<X extends Point_>
    Class for representing half-edges (half-edge representation of a surface mesh)
    Class for representing a pair of integers
    Polyhedron_3<X extends Point_>
    Pointer-based implementation of the Half-edge data structure for polyhedral meshes (for representing planar and surface orientable meshes).
     
    Vertex<X extends Point_>