Mesh Library - Loop


Sturcture :Loop
source :loop.c

Definition:
struct loop{
  
       HalfEdge *ledges;
       Face     *lface;

       int      alivel;
};

Data Members:
Methods:
The current version, there are only three halfedges in a loop, so it only supports triangular meshes.if you want to support arbitrary sided faces in your mesh, just change the constructor of loop.